Essential Studio for EJ2 TypeScript Release Notes
v16.3.25
October 15, 2018
ComboBox
Bug Fixes
- ComboBox
readonly
enabled clear button is shown issue has been resolved.
DataManager
Bug Fixes
ODataV4
- Skip the expand
and select
when using $apply
query
range delete support
- Provided the support for range delete in batch mode.
DateRangePicker
Bug Fixes
- Fixed the
strictMode
issue.
Diagram
Bug Fixes
- Connector annotation not hide on Expand and Collapse is now working properly.
- Gridlines not disables dynamically is now working properly.
Dialog
Bug Fixes
- Resolved the issue with maximum z-index value calculation in dialog.
DropDownList
Bug Fixes
- DropDownList
valueTemplate
selected value is changed now, while changing data source.
Grid
Bug Fixes
- Angular Grid printing is not working properly when using ng-template is fixed.
- dialog template is not working properly when grid contains column template is fixed.
-
ODataV4
- Need to skip expand and select queries when applygroupby
is used is added. - parse error when valid
json
values are passed intoDataUtil.parse.parseJSON
. - field value is undefined while adding the record in batch editing when we enable checkbox selection is resolved.
- Need to provide whole dataset for the custom aggregate function when use
disablePageWiseAggregates
with no grouping is added. -
rowSelected
event arguments are not proper when selecting new records in batch mode is fixed. - Custom aggregate function parameters are incorrect when perform grouping with
disablePageWiseAggregates
is resolved. -
setCellValue
is not working for template column is fixed. - Provided separate title support for command column button.
ListView
Bug Fixes
- Fixed remove selection of list items with
undefined
input usingselectItem
public method. - Fixed custom
cssClass
not removed properly while usingdestroy
public method.
MaskedTextBox
Bug Fixes
- Issue with entering the first character in masked text box when “floatLabelType” is set to “Never” has been fixed.
- Always last MaskedTextBox component get focus on initial page load in IE browser, issue has been fixed.
Menu
Bug Fixes
- Issue with sub menu positioning fixed.
MultiSelect
Bug Fixes
- Duplicate values are listed while fetching data with UrlAdaptor when
allowCustom
value is set to true, that issue has been fixed.
TextBox
Bug Fixes
- The issue with adding multiple classes in
cssClass
property has been fixed.