Xceed DataGrid for JavaScript のリリース

Released: Jun 25, 2021

1.7 での更新項目

機能

  • A style selector has been added that allows you to style sections of the grid based on certain conditions.
  • New selectionUnit property (DataGridOptions) allows you to select cells individually.
  • The grid now uses passive event listeners for scrolling.

不具合の修正

  • Keyboard navigation now works as expected when the focused element is under a collapsed group.
  • The filter editor's operand editor now has more space to display its content.
  • Copying the value of the focus cell into the clipboard now picks...

Released: Mar 17, 2021

1.6 での更新項目

機能

  • Added new number filtering option: NumberFilterOptions.
  • Added statistical functions which can be used to display statistical results in groups.
  • Added support for value converters which allow values to be converted to and from raw data.

不具合の修正

  • Filtering a value in a column displaying a currency or a percentage now works as expected.
  • In the groupBy panel, in the column header, the sort order number is no longer hidden by the remove icon.
  • Scrolling over a collapsed group no longer freezes the...

Released: Jan 25, 2021

1.5 での更新項目

機能

  • A paging mode is now available to display data source items on multiple pages.
  • The DataGrid now raises a columnChanged event when the width and visible properties of a columnDefinition are modified in the UI.
  • On DataGridOptions, the new allowFilter and filterLogicalMode properties now replace the filterSettings property.
  • On DataGridOptions, the new selectionMode property now replaces the selectionSettings property.

不具合の修正

  • Duplicate attributes have been removed from the css theme files.
  • An...