yarn @syncfusion/ej2-angular-grids 32.2.5
v32.2.5

12 hours ago

Block Editor

Bug Fixes

  • Now the issues with table block row/column copy and undo redo actions has been resolved.

DatePicker

Bug Fixes

  • #I792230 - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.

  • #I69736 - Resolved an issue where the error class was not applied immediately when the max date was set dynamically.

DateRangePicker

Bug Fixes

  • #I792230 - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.

DateTimePicker

Bug Fixes

  • #I792230 - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.

Diagram

Bug Fixes

  • #I806066 - Resolved selection tool not activated issue for nodes that exceed the page settings bounds.
  • #I808217 - Resolved the undefined exception occurs while setting allowDrag to false for symbol palette.

Dialog

Bug Fixes

  • #I802885 - The issue related to abnormal dialog behaviour during resize and drag operations has been resolved.

DocumentEditor

Bug Fixes

#I772957 - Resolved an issue where bookmarks were removed when selecting and inserting text using double tap.
#I789749 - Fixed improper bookmark rendering when inserted after a paragraph.
#I790909 - Prevented duplicate content when pasting with the grouping undo feature enabled.
#I801740 - Fixed a script error that occurred when downloading the document as a DOCX file.
#I790276 - Resolved a script error that occurred after deleting a table column and the entire table.
#I795506 - Fixed an issue where endnotes were not preserved after performing an undo action in the Document Editor.

DropDownList

Bug fixes

  • #I801864 - The issue with programmatic value binding in a virtualization dropdown has been fixed.

DropDownTree

Bug Fixes

  • #FB72255 - The issue in Dropdown Tree where the selectable property set to false did not prevent interaction in checkbox mode has been resolved.

GanttChart

Bug fixes

  • F159354 - Issue in locale text of predecessor tooltip has been fixed.

Grid

Bug fixes

  • #I804809, #I804836 - The issue where grouping breaks in ascending order when null/undefined values are present in a string type column has been resolved.
  • #I803723 - Fixed inconsistent filtered icon appearance across all themes.
  • #I807398 - Resolved an issue where a script error occurred when allowResizing is enabled and the last stacked header has no visible columns.
  • #I803667 - Fixed an issue where getSelectedRecords returned only the current page records in the rowSelected event when isRowSelectable is enabled.
  • #I794358 - Provided support to update the grid properties when changing the dataSource and columns through the changeDataSource method.

ListView

Feature

  • #I770932 – Introduced the new enabled property to enable or disable the ListView, replacing the older enable API. This update improves consistency with standard naming conventions and enhances clarity in documentation.

Example Usage

  import {ListView} from '@syncfusion/ej2-lists';
  let arts: string[] = ["Artwork", "Abstract", "Modern Painting", "Ceramics", "Animation Art", "Oil Painting"];

    //Initialize ListView control
    let listviewObject: ListView = new ListView({
        //set the data to datasource property
        dataSource: arts,
        enabled: false
    });

    //Render initialized ListView
    listviewObject.appendTo("#list");

Deprecated

  • The enable property has been deprecated and replaced with enabled to align with API standards. The deprecated enable property will be supported for four major releases before removal.

Maps

Bug fixes

  • #I807214 - The map will no longer pan after resetting the zoom.

MultiSelect

Bug Fixes

  • #I694939 - Fixed an issue where preselected values were not displayed correctly in Angular when using virtualization with checkbox mode.

PDF Viewer

Bug Fixes

  • #I800598 - Resolved an issue where the text selection position was not proper in the customer provided PDF document.
  • #I802146 - Resolved an issue where the selected annotation did not appear in the viewport at higher zoom levels in the customer provided PDF document.

Pivot Table

Bug Fixes

  • I198038 - The localization text for the column chart and column axis label now renders properly in the pivot table.

QueryBuilder

Bug Fixes

#I802697 - Fixed the issue where Clone Group was inserting cloned rules into the parent group instead of creating a new root-level sibling group.

Spreadsheet

Bug fixes

  • #I795894 - Issue with "cell values containing large decimal values not rounding correctly when a number format is applied" has been resolved.

TimePicker

Bug Fixes

  • #I792230 - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.

Tooltip

Bug Fixes

  • #T802026 - Fixed an issue where the Tooltip rendered HTML entities as symbols even when enableHtmlParse and enableHtmlSanitizer were disabled.

Tree Grid

Bug Fixes

  • I805487 - Resolved an issue where data was not added correctly using the addRecord method when batch editing, persistence, and multiple selection were enabled.

TreeView

Bug Fixes

  • #I803798 - Resolved an issue where TreeView value selection failed and console error occurred when node ID contained space or hash (#) characters.

Don't miss a new ej2-angular-grids release

NewReleases is sending notifications on new releases.