DxGrid Events
A component that displays data in a tabular format and allows users to edit, sort, group, filter, and otherwise shape data.
Name | Description |
---|---|
Custom |
Enables you to implement custom logic used to group data in the grid. |
Customize |
Allows you to customize text displayed within a cell. |
Customize |
Allows you to customize a cell editor in a data row. |
Customize |
Allows you to create a custom edit model or customize an automatically generated edit model. |
Customize |
Allows you to customize grid elements. |
Customize |
Allows you to customize column filter menu items. |
Customize |
Allows you to customize a cell editor in the filter row. |
Customize |
Allows you to customize the group value’s display text. |
Customize |
Allows you to customize the summary display text. |
Custom |
Allows you to implement custom logic used to sort data in the grid. |
Custom |
Allows you to create custom summary items. |
Data |
Fires when a user confirms the delete operation in the delete confirmation dialog. |
Edit |
Fires before the Grid cancels the edit operation and discards changes. |
Edit |
Fires if validation succeeds after a user saves changes or you call the Save |
Edit |
Fires before the Grid starts editing a row. |
Filter |
Fires when filter criteria applied to grid data change. |
Focused |
Fires when the row focus changes. |
Items |
Fires when a user drops rows onto the Grid. |
Layout |
Fires when the Dx |
Layout |
Fires when the grid’s layout changes. |
Page |
Fires when the grid’s active page index changes. |
Page |
Fires when the page size changes. |
Row |
Fires when a user clicks or taps a grid row or focuses a data cell and presses Enter. |
Row |
Fires when a user double clicks a grid row. |
Search |
Fires when the search text changes. |
Selected |
In single selection mode, fires when another Grid row is selected. |
Selected |
In multiple selection mode, fires when the selection in the Grid changes. |
Show |
Fires when the Show |
Unbound |
Allows you to implement custom logic to obtain unbound column values. |