Essential Studio for Vue Release Notes

v16.2.46
July 30, 2018

Accordion

Bug Fixes

  • Issue with Space and Enter key, which is not working in RTE while rendering inside the Accordion is fixed

AutoComplete

  • We have provided public methods spinner show and hides.

Chart

Features

  • Added tooltipMappingName API for binding text to tooltip from dataSource.
  • Added public property to show total pages enabled in legend pagination.

ComboBox

  • ComboBox filtering update data method field argument issue has been resolved.
  • We have provided public methods spinner show and hides.

DataManager

Bug Fixes

  • ODataV4 - Added preference header information while performing CRUD operations.
  • ODataV4 - Changed update type from PUT to PATCH and provided option to change type.

Breaking Changes

  • To conform ODataV4 standard, now update operation uses PATCH type instead of PUT. It can be changed using updateType option of the ODataV4Adaptor.

DatePicker

Bug Fixes

  • Float label state are not restored after resetting the form issue has been fixed.

Features

  • Support for allowEdit property has been provided for DatePicker component that allows to edit the value in the input element.

DateRangePicker

Features

  • Support for allowEdit property has been provided for DateRangePicker component that allows to edit the value in the input element.

DateTimePicker

Bug Fixes

  • Float label state are not restored after resetting the form issue has been fixed.

Features

  • Support for allowEdit property has been provided for DateTimePicker component that allows to edit the value in the input element.

Diagram

Bug Fixes

  • Issue on Drag event arguments have been resolved.
  • Issue on changing the background image at run time has been fixed.

DocumentEditor

Features

  • Added support for .NET Framework 4.0 and 4.5 in Syncfusion.EJ2.DocumentEditor NuGet package.

Bug Fixes

  • We have provided public methods spinner show and hides.

Grid

Bug Fixes

  • Selected rows event arguments are wrong with grouping and enableVirtualization is resolved.
  • Multiple rows selecting while scrolling with grouping and enableVirtualization is resolved.
  • Provided locale string for pager All option.

ListView

Bug Fixes

  • Fixed select event returns undefined arguments while loading with numeric dataSource.

MultiSelect

Bug Fixes

  • Pre-selected item disappears from popup list when removed selected items in clear button issue has been resolved.
  • We have provided public methods spinner show and hides.

Schedule

Bug Fixes

  • An issue with creation of weekly recurrence appointment, without providing repeat every field value has been fixed.
  • An issue that occurred due to the improper destroy action on sub-components of scheduler has been fixed.

TimePicker

Bug Fixes

  • Float label state are not restored after resetting the form issue has been fixed.

Features

  • Support for allowEdit property has been provided for TimePicker component that allows to edit the value in the input element.

TreeView

Features

  • In tree view, provided an option to prevent dropping an element in the sibling position.