Search results

Syncfusion JavaScript UI Controls (Essential JS 2) - Release Notes

v16.1.32
March 29, 2018

Common

BUG FIXES
  • Fixed C## number formatting issue.
FEATURES
  • Generating page based unique id for components.

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.

common

BUG FIXES
  • Skip form event when Focus on blur.