Learn what's new across releases, with details of features, enhancements, and resolved issues.
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Xceed DataGrid for JavaScript 1.7Jun 25, 2021
Features
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.
Fixes
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 the right value.
The grid no longer scrolls beyond its content.
Performance is now improved when scrolling vertically.
Xceed DataGrid for JavaScript 1.6Mar 17, 2021
Features
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.
Fixes
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 grid.
The DataGrid for Angular now detects promises correctly, and no longer fails with an invalid future.
Xceed DataGrid for JavaScript 1.5Jan 25, 2021
Features
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.
Fixes
Duplicate attributes have been removed from the css theme files.
An undefined tag is no longer generated in the dom tree for dataCell, filterCell and columnHeaderRow.
Tabbing from one cell to another in edit mode now correctly closes the tabbed-out editor.
The display issues of filterEditor under different themes has been fixed:
the filter operator drop-down list background color now matches the theme;
the filter operand font color now matches the theme;
the filter operator default icon width was decreased.
The operand is now correctly aligned in the FilterEditor when on a boolean column.
The width of the groupByPanelElement has been increased, and the sort order number is no longer covered by the remove-command icon.
When a cell that is being edited is out of view, pressing the "enter" or "escape" keys, or clicking inside or outside the grid, now correctly ends editing the cell.