[]
        
(Showing Draft Content)

2024 v2.1

Core

Improvements

  • Added support to convert string in DoubleArrayTypeConverter.

Grid

Bug fixes

  • Fixed coerced TreeIndent issue that occurs in edit mode when values are less than zero.
  • Fixed PasteAsync operation when pasting over new-row with multiple lines.
  • Fixed wrong indexes when removing elements from the selected-items collection when there were removed rows in the model.
  • Fixed Expanding and collapsing groups when GroupRowPosition is BelowData.
  • Fixed issue with FlexGrid performance slowdown when filtering a cell value from the column options menu in a grouped grid with collapsed group rows.
  • Fixed column header menu by reducing the maximum height.
  • Fixed issue with the occurrence of ArgumentException when editing a grid cell after filtering its value from GridFilterRow in a column with both merging and FrozenBottomRows applied
  • Fixed SelectedRanges to a read-only list.
  • Fixed the exception that was thrown when filtering numeric values.
  • Fixed an issue in the FlexGridExplorer product sample where filtering did not work properly in the WBS grid column on the Hierarchical Rows page.
  • Fixed the misaligned checkbox in the Boolean column when editing checkboxes in the grouped FlexGrid.
  • Fixed issue with memory leakage in both the browser and server when using FlexGrid.

Grid Control

Bug fixes

  • Fixed disposing of cells.
  • Fixed force finish cell editing to avoid losing typed text when scrolling, resizing column or row, or while modifying an external control.

Input

Bug fixes

  • [ComboBox][AutoComplete] Fixed handling of cases involving virtualized collections.