Demonstrates the CellEdit feature, that makes cells editable.
Each column can be configured with an editor, which is activated by double clicking the cell or by pressing [enter] or [F2].
Demonstrates the RowEdit feature, that edits records in a docked panel.
Each column can be configured with an editor, which is activated by double clicking the cell or by pressing [enter] or [F2].
This example shows the grouping feature. Grid rows can be grouped by a column, either programmatically or by [shift] + clicking a header.
On touch devices you can also touch a header with one finger and then anywhere on the grid with another to group.
This example demonstrates the QuickFind feature, which enables quick searching in the grid.
Just select a cell and start typing to search that column. Jump to the next hit using [f3]
or [ctrl] + [g]
.
This example shows the sorting feature. Grid rows can be sorted by a single column or by multiple columns. To sort by a single column, click its header.
To sort by multiple columns, [win]/[cmd] click the additional columns headers.
Sorting can also be performed programmatically, using methods on the grids store.
Demonstrates the CellEdit feature, that makes cells editable.
Each column can be configured with an editor, which is activated by double clicking the cell or by pressing [enter] or [F2].