Essential Studio for EJ2 TypeScript Release Notes

v16.1.40
May 08, 2018

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.

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.