Skip to content

v16.4.55

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 27 Feb 07:39
· 307 commits to master since this release

AutoComplete

Bug Fixes

  • Reset text based initial value in form reset action behavior has been changed.

ComboBox

Bug Fixes

  • Reset text based initial value in form reset action behavior has been changed.

DatePicker

Bug Fixes

  • Resolved the issue with today button text not updated when dynamically change the localization of the page.

DropDownList

Bug Fixes

  • Pre-select value is not selected when its not present in the list issue fixed.
  • Reset text based initial value in form reset action behavior has been changed.

FormValidator

Bug Fixes

  • Now, the url validation works with all types of url.

Grid

Bug Fixes

  • Script error throws when validating the column in Batch Editing is resolved.
  • script error is thrown when press for Tab key in batch edit mode is resolved.
  • Need to provide argument as isInteracted in rowDeselected event is fixed.
  • Grid ContextMenu shows unrelated items in its target is resolved.
  • Script error throws while does the key press event with frozen is resolved.
  • Delete Confirmation dialog loses focus when using command column for delete is resolved.
  • Problem in updating data with updateRow method when using remote data is resolved.
  • Grid copied rows pasted in single column in excel sheet randomly is resolved.
  • Column chooser not working when we select or unselect the searched columns is resolved.

New Features

  • Need to provide support to set the Edit Dialog height by using API is fixed.

Maps

Bug Fixes

  • Changed the OSM and Bing maps URL from http to https.

MultiSelect

Bug Fixes

  • List selection throws exception while using quotes within string data issue has been resolved.
  • Select all operation's performance issue has been resolved.

PDF Viewer

Bug Fixes

  • Document Load event not triggered for lower zoom value issue was fixed.

RichTextEditor

Bug Fixes

  • Insert image dialog is not rendering properly while setting the imageUploadMessage text as long in localization, that issue has been fixed.
  • Localization is not applied to static DropDownButton items, that issue has been fixed.

Slider

New Features

  • Now, Range Slider in Material theme will support showOn property.
  • Now, Single tooltip will be used to display values in Range Slider.

Splitter

Bug Fixes

  • The issue with dynamic update of paneSettings has been fixed.

TextBox

Bug Fixes

  • Now, the validation works with complex names also.

TreeGrid

Bug Fixes

  • Change detection for properties dataSource and query were handled for remote data.
  • Edited records can be searched/filtered.
  • Inner level records will be collapsed/expanded after filtering/searching actions.

Uploader

Bug Fixes

  • Resolved the issue with Tab key navigation in uploader file list.