Back to Devexpress

DxGrid Events

blazor-devexpress-dot-blazor-dot-dxgrid-dot-underscore-events.md

latest5.0 KB
Original Source

DxGrid Events

A component that displays data in a tabular format and allows users to edit, sort, group, filter, and otherwise shape data.

NameDescription
CustomGroupEnables you to implement custom logic used to group data in the grid.
CustomizeCellDisplayTextAllows you to customize text displayed within a cell.
CustomizeContextMenuAllows you to customize context menus.
CustomizeDataRowEditorAllows you to customize a cell editor in a data row.
CustomizeEditModelAllows you to create a custom edit model or customize an automatically generated edit model.
CustomizeElementAllows you to customize grid elements.
CustomizeFilterMenuAllows you to customize column filter menu items.
CustomizeFilterRowEditorAllows you to customize a cell editor in the filter row.
CustomizeGroupValueDisplayTextAllows you to customize the group value’s display text.
CustomizeSummaryDisplayTextAllows you to customize the summary display text.
CustomSortAllows you to implement custom logic used to sort data in the grid.
CustomSummaryAllows you to create custom summary items.
DataItemDeletingFires when a user confirms the delete operation in the delete confirmation dialog.
EditCancelingFires before the Grid cancels the edit operation and discards changes.
EditModelSavingFires if validation succeeds after a user saves changes or you call the SaveChangesAsync() method.
EditStartFires before the Grid starts editing a row.
FilterCriteriaChangedFires when filter criteria applied to grid data change.
FocusedRowChangedFires when the row focus changes.
ItemsDroppedFires when a user drops rows onto the Grid.
LayoutAutoLoadingFires when the DxGrid component is initialized and starts to load its layout.
LayoutAutoSavingFires when the grid’s layout changes.
PageIndexChangedFires when the grid’s active page index changes.
PageSizeChangedFires when the page size changes.
RowClickFires when a user clicks or taps a grid row or focuses a data cell and presses Enter.
RowDoubleClickFires when a user double clicks a grid row.
SearchTextChangedFires when the search text changes.
SelectedDataItemChangedIn single selection mode, fires when another Grid row is selected.
SelectedDataItemsChangedIn multiple selection mode, fires when the selection in the Grid changes.
ShowAllRowsChangedFires when the ShowAllRows property value changes.
UnboundColumnDataAllows you to implement custom logic to obtain unbound column values.

See Also

DxGrid Class

DxGrid Members

DevExpress.Blazor Namespace