Essential Studio for EJ2 TypeScript Release Notes

v22.1.36
June 28, 2023

Chart

Bug Fixes

  • #F182477 - Resolved the issue where the X axis displayed all values even when an interval of 1 and only one data point was provided.
  • #I471069 - Fixed an issue where multiple axes were not displaying properly when using large records of data.
  • #I461357 - Fixed issue with selection not working when using zoom settings.

Chip

Features

  • #I422263 - Provided the htmlAttributes support for the Chip component.

DashboardLayout

Bug Fixes

  • #I474181 - The issue with Dashboard Layout component while setting panels in row 1 and none at row 0 has been resolved.

DataManager

Features

  • #I361245 - Provided support for persistence in DataManager. By setting, the enablePersistence and id properties in DataManager, you can store and retain actions such as sorting, filtering, grouping, and searching. Additionally, you can selectively exclude specific queries from persistence by setting a value for the ignoreOnPersist property.

Diagram

Bug Fixes

  • #I468711 - Now, opacity 0 get working for the image node.
  • #I182694 - Now, UML multiplicity type ManyToMany get working for annotation label.
  • #I467016 - Improved rendering performance for layouts with large number of nodes.
  • #I469741 - Fixed undo redo issue with group nodes.
  • #I471066 - Now, dragging group node from palette to diagram adds unselectable element when leaving the diagram has been fixed.
  • #I448032 - Fixed grid lines appearing black in Safari browser.
  • #I466480 - Improved performance while nudging large number of nodes.

DocumentEditor

Features

  • #I397854, #I401771 - Added support for editing alternate text for images.
  • #I370306, #I438565 - Added support for character spacing and scaling.
  • #I273864, #I318326, #I325320, #I331615, #I339872, #F164047 - Added support for linking to the previous header/footer.
  • #I445060, #I468741 - Added a property in the selectionChanged event arguments to identify whether the user has completed their selection.

GanttChart

Bug Fixes

  • #I473901 - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
  • #I471926 - Console error occurs in critical path when data source is empty issue has been fixed.
  • #I469289 - Fit to project is not working properly issue has been fixed.
  • #I473341 - Tooltip template not working properly issue has been fixed.
  • #I467372 - no drop icon is displayed while dropping in Gantt chart.
  • #F182867 - Edit template for start date column not works issue has been fixed.
  • #I470521 - Toolbar template is not working properly in react issue has been fixed.
  • #I44322 - Row Selection behaviour occurs differently in grid and Gantt.

Grid

Bug Fixes

  • #I473934 - The issue with drag and drop within grid sample throwing a script error when pressing Enter has been resolved.
  • #I472112 - Fixed issue with CommandClickEventArgs getting incorrect command column header.
  • #I470584 - The white space issue caused by deleting the previous record has been resolved.
  • #I471458 - The problem with the pager dropdown not working properly while cancelling paging operation has been resolved.

ImageEditor

Bug Fixes

  • Issue with “Refreshing the Image Editor dimension while resizing” has been resolved.

InPlaceEditor

Bug Fixes

  • #FB182978 - Resolved an issue Hidden save and cancel icons when focused on using tab key navigation.

ListBox

Bug Fixes

  • #I473804 - Issue with “Scroll goes down while dragging the list item when we placed the listbox within popup” has been resolved.

PDFViewer

Bug Fixes

  • #I470152 - Now, when making the form fields read-only, the background color is visible.
  • #I473505 - Now, the PDF pages are rendered properly for the provided PDF file.
  • #I472797 - Now, the wrap box for free text annotation automatically updates when changing the font size if the autofit property is set to true.
  • #I473873 - Now, the content of the typed handwritten signature is properly preserved in the saved document.

Features

  • #I832710 - Now, we can restrict the file download of export annotation and form fields.

Pivot Table

Bug Fixes

  • #I473176 - The issue with the spinner not being properly hidden on the pivot table when the drillthrough popup was closed with server-side engine has now been resolved.
  • #I461804 - When we bind fields from the same hierarchy, drill down/up will now work properly in the pivot table with an OLAP data.

ProgressBar

Bug Fixes

  • #I470963 - Fixed an issue where the progress bar displaying an extra segment at the end.

RichTextEditor

Bug Fixes

  • #F181123 - Now, resizing the table and resizing the columns in the table work properly in the Rich Text Editor.
  • #I473523 - Fixed the issue where column resizing was not working properly in the Rich Text Editor component.

StockChart

Breaking Changes

  • By default, the series type and trendline dropdowns have been removed from the stock chart period selector. However, you can still add them to the list upon request or as needed. This modification provides a cleaner interface and reduces clutter in the stock chart period selector.
  • By default, the tooltip for the range selector in the stock chart has been removed. Instead, the tooltip will now appear only when you move the slider.

Tab

Bug Fixes

  • #I469389 - Provided preventFocus parameter in selected event to prevent focus on Tab header focus on selection.

Tooltip

Bug Fixes

  • #I466814 - The Tooltip fit alignment issue when hovering over the last element has been resolved

TreeGrid

Bug Fixes

  • #I469071 - Fixed issue where scrolling down using the scroll bar would cause some records to not be displayed and scrolling using the mouse would repeat some records in virtualization.
  • #F182421 - Fixed an issue where the stacked column was not functioning properly when resizing was enabled in the treegrid.
  • #I182710 - Fixed an issue where the child aggregates row would display in the current view records.

TreeMap

Bug Fixes

  • Print will now work properly in themes such as Material 3, Fluent, and others.