Essential Studio for EJ2 TypeScript Release Notes

v16.1.32
March 29, 2018

Common

Bug Fixes

  • Skip form event when Focus on blur.

Calendar

Bug Fixes

  • Calendar throws script error while clicking today button in IE browser has been fixed.

DataManager

Bug Fixes

  • In RemoteSaveAdaptor insert and delete operations are not performed locally issue resolved.

DatePicker

Bug Fixes

  • DatePicker throws script error while clicking today button in IE browser has been fixed.

DateRangePicker

Bug Fixes

  • DateRangePicker popup will not open while enabling the readOnly property.

DateTimePicker

Bug Fixes

  • Focus and blur events triggers multiple times in DateTimePicker control has been fixed.
  • DateTimePicker throws script error while clicking today button in IE browser has been fixed.

Breaking Changes

  • The out of range value will be the value of the component and highlighted with error class.

Grid

Bug Fixes

  • Grid refreshes before insert operation completed resolved.
  • Grid refresh prevented when column showing or hiding dynamically through hideAtMedia.
  • Initial multi sorted column icons is ordered correctly.
  • Removed filter bar border when using compatibility theme.
  • Provide complex data editing support.
  • Grouping with search always shown the spinner when data source has no value is resolved.
  • Filtering the column while field has underscore value is resolved.
  • Aggregate returns the null value when grouped has no aggregate field is resolved.
  • Header text shown along with header template is resolved.

ListView

Bug Fixes

  • The addItem public method without FieldSettings not properly working issue resolved.

TimePicker

Breaking Changes

  • The out of range value will be the value of the component and highlighted with error class.

TreeView

Bug Fixes

  • Prevented the checkbox interactions while the corresponding node was in disabled state.