Essential Studio for EJ2 JavaScript Release Notes
Chart
Bug Fixes
- Column width is now working properly, when enabling the
enableSideBySidePlacement
property.
ComboBox
Bug Fixes
- Prevented the native HTML select and change events in angular.
DropDownList
Bug Fixes
- Prevented the validation message from triggering on components initial render.
- Added support for HTML autofocus attribute in DropDown components.
Grid
Bug Fixes
-
dataStateChange
event is now trigged when pageSize
is changed.
- Group and caption aggregate is now working with
async
pipe.
- Now grid refreshed when group and caption aggregates is emptied.
- In Remote data, the
getSelectedRecords
method returns proper count with persistSelection
enabled.
- Script error thrown when set
dataSource
and columns
is provided at the same time fixed.
MaskedTextBox
Bug Fixes
- While copying a text and hold the “Ctrl + v” on the MaskedTextBox with number mask, value is not updating properly
- along with script error issue has been fixed.
MultiSelect
Bug Fixes
- MultiSelect component’s varying selection behaviour for keyboard and mouse event, has been fixed.
Tab
Bug Fixes
- Issue with event unbinding in tab content is fixed.