Skip to main content
A newer version of this page is available. .

DxGrid Events

A Grid component.
Name Description
CustomGroup Enables you to implement custom logic used to group data in the grid.
CustomizeCellDisplayText Allows you to customize the text displayed within a cell.
CustomizeEditModel Allows you to create a custom edit model or customize an automatically-generated edit model.
CustomizeElement Allows you to color grid cells and rows according to their values.
CustomizeGroupValueDisplayText Allows you to customize the text displayed within a group.
CustomizeSummaryDisplayText Allows you to customize the summary display text.
CustomSort Allows you to implement custom logic used to sort data in the grid.
CustomSummary Allows you to create custom summary items.
DataItemDeleting Fires when a user confirms the delete operation in the delete confirmation dialog.
EditCanceling Fires before the edit form closes and discards changes.
EditModelSaving Fires when a user submits the edit form and validation is passed.
EditStart Fires before the edit form appears.
PageIndexChanged Fires when the grid’s active page index changes.
PageSizeChanged Fires when the page size changes.
RowClick Fires when a user clicks a grid row.
RowDoubleClick Fires when a user double clicks a grid row.
SelectedDataItemChanged In single selection mode, fires when another Grid row is selected.
SelectedDataItemsChanged In multiple selection mode, fires when the selection in the Grid changes.
ShowAllRowsChanged Fires when the ShowAllRows property value changes.
UnboundColumnData Specifies data for unbound columns.
See Also