Essential Studio for EJ2 TypeScript Release Notes

v17.1.40
April 9, 2019

AccumulationChart

Bug Fixes

  • Now Accumulation chart is refreshing properly on data change.

Chart

Bug Fixes

  • Stacking column is not rendered properly when yvalue in string is fixed.
  • Zoomposition is not proper, when the axis is inversed is fixed.
  • Multiline label alignment is not proper, when breaking the labels into smaller text issue fixed

DashboardLayout

Breaking Changes

  • Renamed the folder within the package from dashboardlayout to dashboard-layout.

Diagram

  • Z-index for nodes/connectors is now properly updated when rendering the nodes/connectors with same z-index in symbol palette and drag and drop the nodes from the symbol palette to the diagram.
  • Now, the connection between the ports has been established when remove the InConnect/OutConnect from node’s constraints.
  • Issue with the “Layer’s z-index property and sendLayerBackward/bringLayerForward API methods” has been fixed.

Dialog

Bug Fixes

  • The issue with preventing the dialog resize using args.cancel has been resolved.

DocumentEditor

Bug Fixes

  • Tab stop width is now calculated properly.
  • First page header and footer is now layout properly.
  • Scrollbar now updated properly in Internet Explorer.
  • Page reload issue on button click is fixed.

Bug Fixes

  • Issue with value selection on disabled dropdown using incremental search has been fixed.
  • Clear icon shown when change the value dynamically issue has been fixed.

FileManager

Breaking Changes

  • The beforeFileLoad event’s module argument values have been changed as follows:
Argument Name Old Value New Value
module navigationpane NavigationPane
module Grid DetailsView
module LargeIcon LargeIconView

FormValidator

Bug Fixes

  • When using multiple forms with same name fields, validation not occurs issue has been fixed.

Gantt

Bug Fixes

  • Internal bug fixes included.

Grid

Bug Fixes

  • Column template is removed after calling getPersistData method is resolved.
  • Script error is resolved when using setRowData method in cellSave event.
  • Grid content background in material-dark theme is resolved.
  • Group caption is displaying [object][object] instead of 0 with foreignkey column is resolved.
  • Missing of records after sorting in virtual scrolling grid is resolved.
  • Script error when opening column menu in column virtualised grid is resolved.
  • Grid menu filter does not filter the null date values properly is resolved.
  • Validation message is hidden when editing the last row of the current page is resolved.
  • Validation message is misplaced while using horizontal scrollbar in grid is resolved.
  • actionComplete event is not invoked after delete all records is resolved.
  • GetRowIndexes method returns incorrect index when invoked after filtering records in virtualisation grid.
  • A support to get row index from row data is provided.
  • Unable to delete record using command delete button when showConfirmDialog set to false is resolved.

ListBase

Bug Fixes

  • Issue with single level element generation with fields mapping has been fixed.

ListBox

Bug Fixes

  • Value property passed on form submit issue fixed.

MultiSelect

Bug Fixes

  • Placeholder is not updated properly when unselect all the value issue has been resolved.

PDFViewer

Bug Fixes

  • The PDF document is now rendered properly while using the PDF Viewer inside the Tab control.
  • The font size is missing warning will no longer be thrown from styles in the PDF Viewer.

QueryBuilder

Bug Fixes

  • Updating conditions throws script error after using ‘setRules’ method.

RadioButton

Features

  • Provided getSelectedValue method to find the value of selected radio button in a group.

RichTextEditor

Bug Fixes

  • Insert image functionality of RichTextEditor is not working when render with File Upload, that issue has been fixed.

Tab

Bug Fixes

  • Support to restrict add and remove functionalities of Tab has been provided.

TreeView

Bug Fixes

  • Now the selected node background color is removed before collapsing the parent node.

Uploader

Bug Fixes

  • In latest chrome browser, file list is not generated issue fixed.