Essential Studio for EJ2 TypeScript Release Notes
ComboBox
Bug Fixes
- ComboBox
readonlyenabled 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
strictModeissue.
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
valueTemplateselected 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 applygroupbyis used is added. - parse error when valid
jsonvalues 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
disablePageWiseAggregateswith no grouping is added. -
rowSelectedevent arguments are not proper when selecting new records in batch mode is fixed. - Custom aggregate function parameters are incorrect when perform grouping with
disablePageWiseAggregatesis resolved. -
setCellValueis 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
undefinedinput usingselectItempublic method. - Fixed custom
cssClassnot removed properly while usingdestroypublic 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
allowCustomvalue is set to true, that issue has been fixed.
TextBox
Bug Fixes
- The issue with adding multiple classes in
cssClassproperty has been fixed.