Essential Studio for EJ2 TypeScript Release Notes

v17.1.41
April 16, 2019

Accordion

Bug Fixes

  • Content value getting changed while updating header dynamically issue has been fixed.

Chart

Bug Fixes

  • Support has been provided for multiple export in horizontal mode.

ComboBox

Bug Fixes

  • #225254, #227938 - Template interpolated data not updated while filtering issue has been resolved.

DataManager

Bug Fixes

  • #226615- Script error thrown in UrlAdaptor when saveChanges method is called without Query is resolved.

DatePicker

Bug Fixes

  • #231875 - Now, you can enable the clear button dynamically after disabled the control.
  • #F143747 - Now, you can set min and max value as null dynamically.

DateRangePicker

Bug Fixes

  • #231596, #232441 - Issue with clear button not shown when disable the allowEdit property has been fixed.

DateTimePicker

Bug Fixes

  • #231596, #232441 - Issue with clear button not shown when disable the allowEdit property has been fixed.

Diagram

  • #232371 - Drag and drop the nodes from symbol palette to the diagram will no longer work if the SymbolPalette “allowDrag” property set to false at runtime.
  • Now, the connector can be moved over the connection disabled node when drawing the connector using drawing tools.
  • #232226 - The issue “Annotation added multiple times in DOM if annotation’s text overflow enabled and select the node” has been fixed.
  • #232343 - Diagram’s selectionChange event is now triggered properly when selecting another node or unselect the selected node in less than 1 second after dragging the node.
  • Diagram’s propertyChange event is now triggered properly when move the node using keyboard and undo/redo dragged node.
  • #233008 - BPMN sequence connector does not move with stroke when its dependent node is moved issue is now fixed.

DocumentEditor

Bug Fixes

  • #232616 - Document contents are now exported properly.
  • #232616 - Page hang on editing the document is fixed.
  • #232327 - Tables are now removed properly.

Bug Fixes

  • #142944 - Item template not loaded, when change the datasource dynamically issue has been resolved.

Grid

Bug Fixes

  • args.cancel support for grid rowDeselecting event with checkbox selection is provided.
  • rowDeselected event is misbehaved when performing the grid action with persistSelection property is resolved.
  • Unable to provide custom format for aggregate columns using tag helpers is resolved.
  • When the field for column is ““(not defined) then the column displays as “[object][object]” is resolved.
  • Searching is not working when dynamically changing the toolbar tooltip text is resolved.
  • Checkbox options in filter dialog misaligns in touch mode is resolved.

MultiSelect

Bug Fixes

  • #232673 - Issue with browser freeze when clear value using clear button has been fixed.
  • #231997 - Issue with duplicate placeholder on multiselect issue has been fixed.
  • #232218 - The popup open downward when select the items after scroll the page issue has been resolved.
  • #231920 - The Custom value with pre select value not updated when set empty data source issue has been resolved.
  • F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.

NumericTextBox

Bug Fixes

  • #231530 - Now, change event trigger when click on clear button.

PDFViewer

Bug Fixes

  • The font size is missing warning will no longer be thrown from styles in the PDF Viewer.

Schedule

Bug Fixes

  • #143412 - An issue with event editing using public saveEvent method and checking slot availability using isSlotAvailable method is fixed.
  • #143720 - An issue with passing multiple resource for adding dynamically using addResource public method is fixed.
  • #232246 - An issue with event resizing is not properly update when startHour and endHour using in timeline views is fixed.
  • #231332 - An issue with block alert validation in recurrence event and data is not received in popupOpen event is fixed.

TextBox

Bug Fixes

  • #231530 - Issue with event argument has null value when click on clear button has been fixed.

TimePicker

Bug Fixes

  • #231596, #232441 - Issue with clear button not shown when disable the allowEdit property has been fixed.
  • #231003 - Issue with different icon size in bootstrap theme has been fixed.

TreeView

Bug Fixes

  • #231497 - Now the selected node background color is removed before collapsing the parent node with out removing ‘e-active’ class.