Skip to content

Releases: syncfusion/ej2-react-ui-components

v33.1.44

16 Mar 08:05

Choose a tag to compare

Block Editor

Bug Fixes

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

Calendar

Bug Fixes

  • #I802045 - Fixed an issue where the Calendar is not behaving as expected when placed within a ContextMenu.

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

  • #I806117 - Resolved an issue where the tooltip template for manual milestone parent tasks was not displaying correctly.
  • #I807765 - Fixed an issue where the chartWidth property in fitToWidthSettings was not being applied accurately during PDF export of the Gantt chart.
  • #I805439 - Fixed incorrect task validations when editing a child task with dependencies.
  • #I804804 - Resolved the issue for dynamically modifying the edited record values in the actionBegin event by using the field mapping names defined in the taskFields for that respective record.
  • #I805685 - Resolved an issue where unnecessary white space appeared at the bottom of the chart during vertical scrolling after tasks were collapsed.

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.

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

  • #I798223 - Fixed an issue where two requests were made when the popups opened after dynamically updating the query in the QueryBuilder.

Spreadsheet

Bug fixes

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

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.

v32.2.9

10 Mar 02:44

Choose a tag to compare

Block Editor

Bug Fixes

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

Calendar

Bug Fixes

  • #I802045 - Fixed an issue where the Calendar is not behaving as expected when placed within a ContextMenu.

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

  • #I806117 - Resolved an issue where the tooltip template for manual milestone parent tasks was not displaying correctly.
  • #I807765 - Fixed an issue where the chartWidth property in fitToWidthSettings was not being applied accurately during PDF export of the Gantt chart.
  • #I805439 - Fixed incorrect task validations when editing a child task with dependencies.
  • #I804804 - Resolved the issue for dynamically modifying the edited record values in the actionBegin event by using the field mapping names defined in the taskFields for that respective record.
  • #I805685 - Resolved an issue where unnecessary white space appeared at the bottom of the chart during vertical scrolling after tasks were collapsed.

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.

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

  • #I798223 - Fixed an issue where two requests were made when the popups opened after dynamically updating the query in the QueryBuilder.

Spreadsheet

Bug fixes

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

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.

v32.2.8

03 Mar 03:45

Choose a tag to compare

Block Editor

Bug Fixes

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

Calendar

Bug Fixes

  • #I802045 - Fixed an issue where the Calendar is not behaving as expected when placed within a ContextMenu.

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

  • #I806117 - Resolved an issue where the tooltip template for manual milestone parent tasks was not displaying correctly.
  • #I807765 - Fixed an issue where the chartWidth property in fitToWidthSettings was not being applied accurately during PDF export of the Gantt chart.
  • #I805439 - Fixed incorrect task validations when editing a child task with dependencies.
  • #I804804 - Resolved the issue for dynamically modifying the edited record values in the actionBegin event by using the field mapping names defined in the taskFields for that respective record.
  • #I805685 - Resolved an issue where unnecessary white space appeared at the bottom of the chart during vertical scrolling after tasks were collapsed.

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.

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

  • #I798223 - Fixed an issue where two requests were made when the popups opened after dynamically updating the query in the QueryBuilder.

Spreadsheet

Bug fixes

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

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.

v32.2.7

24 Feb 06:54

Choose a tag to compare

Block Editor

Bug Fixes

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

Calendar

Bug Fixes

  • #I802045 - Fixed an issue where the Calendar is not behaving as expected when placed within a ContextMenu.

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

  • #I806117 - Resolved an issue where the tooltip template for manual milestone parent tasks was not displaying correctly.
  • #I807765 - Fixed an issue where the chartWidth property in fitToWidthSettings was not being applied accurately during PDF export of the Gantt chart.
  • #I805439 - Fixed incorrect task validations when editing a child task with dependencies.
  • #I804804 - Resolved the issue for dynamically modifying the edited record values in the actionBegin event by using the field mapping names defined in the taskFields for that respective record.
  • #I805685 - Resolved an issue where unnecessary white space appeared at the bottom of the chart during vertical scrolling after tasks were collapsed.

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.

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

  • #I798223 - Fixed an issue where two requests were made when the popups opened after dynamically updating the query in the QueryBuilder.

Spreadsheet

Bug fixes

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

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.

v32.2.5

17 Feb 00:32

Choose a tag to compare

Block Editor

Bug Fixes

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

Calendar

Bug Fixes

  • #I802045 - Fixed an issue where the Calendar is not behaving as expected when placed within a ContextMenu.

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

  • #I806117 - Resolved an issue where the tooltip template for manual milestone parent tasks was not displaying correctly.
  • #I807765 - Fixed an issue where the chartWidth property in fitToWidthSettings was not being applied accurately during PDF export of the Gantt chart.
  • #I805439 - Fixed incorrect task validations when editing a child task with dependencies.
  • #I804804 - Resolved the issue for dynamically modifying the edited record values in the actionBegin event by using the field mapping names defined in the taskFields for that respective record.
  • #I805685 - Resolved an issue where unnecessary white space appeared at the bottom of the chart during vertical scrolling after tasks were collapsed.

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.

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

  • #I798223 - Fixed an issue where two requests were made when the popups opened after dynamically updating the query in the QueryBuilder.

Spreadsheet

Bug fixes

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

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.

v32.2.4

11 Feb 04:11

Choose a tag to compare

Block Editor

Bug Fixes

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

Calendar

Bug Fixes

  • #I802045 - Fixed an issue where the Calendar is not behaving as expected when placed within a ContextMenu.

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

  • #I806117 - Resolved an issue where the tooltip template for manual milestone parent tasks was not displaying correctly.
  • #I807765 - Fixed an issue where the chartWidth property in fitToWidthSettings was not being applied accurately during PDF export of the Gantt chart.
  • #I805439 - Fixed incorrect task validations when editing a child task with dependencies.
  • #I804804 - Resolved the issue for dynamically modifying the edited record values in the actionBegin event by using the field mapping names defined in the taskFields for that respective record.
  • #I805685 - Resolved an issue where unnecessary white space appeared at the bottom of the chart during vertical scrolling after tasks were collapsed.

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.

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

  • #I798223 - Fixed an issue where two requests were made when the popups opened after dynamically updating the query in the QueryBuilder.

Spreadsheet

Bug fixes

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

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.

v32.2.3

05 Feb 02:38

Choose a tag to compare

Block Editor

Bug Fixes

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

Calendar

Bug Fixes

  • #I802045 - Fixed an issue where the Calendar is not behaving as expected when placed within a ContextMenu.

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.

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.

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.

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.

Spreadsheet

Bug fixes

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

Tree Grid

Bug Fixes

  • I806463 - Resolved an issue where the actionFailure event was triggered even when the checkbox column and the tree column were the same.

  • #F71783 - Fixed an issue where the next set of data not rendered on collapsing records when infinite scrolling is 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.

v32.1.25

27 Jan 03:26

Choose a tag to compare

Block Editor

Bug Fixes

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

Chart

Bug Fixes

  • The columnWidthInPixel property works correctly when the enableSideBySidePlacement property is disabled.

Diagram

Bug Fixes

  • #I786872 - Resolved an issue where connectors drawn from ports could get stuck and display a blocked cursor.

Dialog

Bug Fixes

  • #I802080 - Resolved the issue where the Document Editor lost focus after closing a dialog.

DocumentEditor

Bug Fixes

#798716 - Resolved the bookmark highlight color issue.

GanttChart

Bug fix

  • #I802590 - Fixed issue where task dates were rendered incorrectly when adding a dependency with timezone set to UTC.

Grid

Bug fixes

  • #I795201 - Resolved an issue where the scrollbar position was not retained after toggling columns in the column chooser when using virtualization along with lazy load grouping.
  • #I803519 - Fixed an issue where a visual glitch occurred during vertical scrolling when Grid has fixed height and frozen rows.

PDF Viewer

Bug Fixes

  • #I801378 - Fixed an issue where annotations and comments were missing in a customer provided document due to a duplicate annotation name.
  • #I802177 - Fixed an issue where form field content was not fully visible when the enableFormDesigner API was set to false.

Pivot Table

Bug Fixes

  • I801715 - The drag-and-drop icon now displays correctly for calculated fields when paging is enabled in the Pivot Table.

RichTextEditor

Bug Fixes

  • #I802471 - Now, the extra blank lines appearing when switching between Preview and Source View after inserting block elements has now been resolved.

  • #I803837 - Now, the Font Size toolbar option displays the correct value that corresponds to the current cursor position in the Rich Text Editor.

  • #I803207 - Now, pressing the Enter key when the cursor is placed immediately after an image with a caption functions properly without causing any errors.

Schedule

Bug fixes

  • #I799572 - Fixed an issue where the wrong date range was shown in the quick info popup for a recurrence appointment in Agenda view.

Splitter

Bug Fixes

  • #I796885 - Resolved the issue where the aria-label on splitter resize buttons was not updating when changing culture.

Spreadsheet

Bug fixes

  • #795663 - Issue with "#VALUE! error occurs when nesting ISNUMBER and EXACT formula inside IF formula" has been resolved.

Tree Grid

Bug Fixes

-I798336 - Resolved the issue where selection was not cleared after actions when Single Selection and persistSelection were enabled.

v32.1.24

20 Jan 03:01

Choose a tag to compare

Block Editor

Bug Fixes

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

Chart

Bug Fixes

  • I801695 - Multi-series chart data now exports properly to Excel.

Chat UI

Bug Fixes

  • Now the actual event argument parameters of the AttachmentClickEventArgs will be accessible now.

Diagram

Bug Fixes

  • #I798751 - The offsetY value applied through programmatically is now working well for group node.
  • #F197953 - The document undefined error in Next JS platform has been resolved.

DocumentEditor

Bug Fixes

#I791620 - Resolved the issue in delete a space between endnote references and the endnote itself disappears.
#I793341 - Spell Check Options is not visible in Context Menu Even After 'Ignore Once' Action.

DropDownButton

Bug Fixes

  • I801275 - Resolved memory leak issue in the window resize handler of DropDownButton.

GanttChart

Bug fix

  • #I800500 - Resolved the issue where calendarSettings were not applied correctly when child tasks property were mapped with an empty array.

Grid

Bug fixes

  • #I799719 - Resolved an issue where the filter option was shown as enabled in the column menu when the filter item was included in columnMenuItems and allowFiltering is set to false.
  • #I798391 - Fixed an issue where grid focus behaviour did not work correctly when enableHeaderFocus is set to false.

PDF Viewer

Bug Fixes

  • #I802591 - Fixed an issue where the freetext annotation moved outside the PDF page when using a large font size and resizing or dragging it beyond the page boundaries.
  • #I798752 - Fixed an issue that caused difficulties in resizing the newly added Calibrate Area annotation when the enableShapeLabel API was set to true.

RichTextEditor

Bug Fixes

  • #I801343 - Now images copied using the browser context menu and pasted into the editor will be uploaded to the server with an uploader popup when saveUrl is configured.

Tree Grid

Bug Fixes

  • I792894 - Resolved TreeGrid scroll reset after cell editing with aggregates enabled

Uploader

Bug Fixes

  • #I797631 - Fixed an issue where custom headers set via currentRequest in the canceling event were not being sent with the cancel/abort request in chunk upload scenarios.

v32.1.23

13 Jan 04:15

Choose a tag to compare

Block Editor

Bug Fixes

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

Button

Bug Fixes

  • #I795532 - The issue with "Button font-weight in Fluent2 not proper" has now been fixed.

Chart

Bug Fixes

  • I798374 - Fixed an issue where series animations did not animate from right to left when RTL mode was enabled.

Diagram

Bug Fixes

  • #I794589 - Connectors no longer overlap nodes when the data contains self-loop relationships between parent and child.
  • #I798381 - The UML Classifier nodes now move correctly without breaking when dragged rapidly.

DocumentEditor

Bug Fixes

#787906 - Fixed an issue where table width was not applied correctly when opening a document.
#789132 - Corrected the rendering position of paragraph marks and bookmark elements.
#786543 - Resolved text overlapping issue when font changes were applied.
#790535 - Ensured consistent X-coordinate for selection during down arrow navigation.
#794399 - Improved performance to display the loading indicator promptly when pasting large content.
#794438 - Fixed an issue where the system froze after importing a document.
#789016 - Resolved layout issues with RTF document tab elements.
#785134 - Corrected inconsistent selection behaviour when selecting table headers or split rows.
#783579 - Fixed an issue where nested content controls were not preserved properly when exporting as SFDT.
#787986 - Corrected table direction property to LTR when inserting an RTL-direction table in the Document Editor.
#781641 - Fixed table resizing issues in RTL documents.

GanttChart

Bug fix

  • #I797272 - Fixed issue where the critical path was rendered incorrectly when updateOffsetOnTaskbarEdit was set to false.

Grid

Bug fixes

  • #I797313 - The issue where column visibility was not maintained properly when restoring grid settings through setProperties has been resolved.
  • #I795329 - Fixed an issue where the frozen columns in the Grid were not removed when the frozenColumns property was set to zero using setProperties with muteOnChange enabled and the freezeRefresh method was called.
  • #I794354 - The issue where getSelectedRecords returned an empty array for conditional row selection without paging has been resolved.
  • #I796847 - Resolved an issue where a script error occurred when focus moved away from the Grid and then returned to the detailTemplate content.
  • #I797404 - Resolved an issue where the isEmpty operator did not filter null or undefined values in string type columns.

ListView

Bug Fixes

  • #I758967 - The issue where the context value of the selected item was returning undefined in the ListView select event when virtualization was enabled has been resolved.

MultiSelect

Bug Fixes

  • #I792156 - Resolved an issue where the multi-select search filter input did not work on the first attempt when Narrator was enabled.

PDF Viewer

Bug Fixes

  • #I799300 - Resolved an issue where the print preview was not displayed for password-protected documents in the standalone PDF Viewer.
  • #I793340 - Fixed an issue where bounds in the annotationCollection deviated when adding a free text annotation using the addAnnotation method.
  • #I792304 - Fixed an issue where free text positions were misaligned when importing annotations as XFDF file.
  • #I800927 - Resolved an issue where Free Text Justify was not working properly when the right side had extra space.

QueryBuilder

Bug Fixes

  • #I776606, #I798223 - Fixed the issue where the query filter was not included in the Data Manager request when the query was set dynamically. Also resolved the problem where multiple queries were sent when binding the query directly, and the Multiselect popups was not opening properly.

RichTextEditor

Bug Fixes

  • #I799247 - Now, the inline toolbar popup will be visible when the editor has minimal height.

  • #I762475 - Now, applying clear format in the Rich Text Editor will remove all formatting from table's tbody and tr elements.

TreeMap

Bug Fixes

  • #I800564 - Treemap labels render properly across multiple lines when <br> tags are used in labelFormat.