Defines the known commands that are available within a RadDataGrid control.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public enum DataGridCommandId
Fields
A command associated with the Tap event that occurs over the AI floating action button.
AIFloatingActionButtonTap = 21
Specifies a "Filter" DataGrid filter UI action.
ApplyFilter = 14
Specifies a "Grouping" DataGrid filter UI action.
ApplyGrouping = 17
A command associated with the begin edit action that occurs within a RadDataGrid instance.
BeginEdit = 8
A command associated with the cancel edit action that occurs within a RadDataGrid instance.
CancelEdit = 9
A command associated with canceling an in-progress AI prompt request.
CancelPromptRequest = 23
A command associated with the DoubleTap event that occurs over a cell.
CellDoubleTap = 5
A command associated with the Tap event that occurs over a cell.
CellTap = 4
Closes the DataGrid filter UI.
CloseFilter = 15
A command associated with the Tap event that occurs over a column header.
ColumnHeaderTap = 1
A command associated with the commit edit action that occurs within a RadDataGrid instance.
CommitEdit = 10
A command associated with the DataBindingComplete event that occurs within a RadDataGrid instance.
DataBindingComplete = 7
A command associated with the Tap event that occurs over the filtering symbol part of the column's header.
FilterTap = 13
A command associated with the Auto-generate columns process.
GenerateColumn = 6
A command associated with the Tap event that occurs over the button of the group header.
GroupHeaderButtonTap = 3
A command associated with the Tap event that occurs over a group header.
GroupHeaderTap = 2
A command associated with the key down action of the keyboard that occurs in WinUI and Catalyst.
KeyDown = 19
A command associated with requesting and loading more data when available that occurs within a RadDataGrid instance.
LoadMoreData = 12
A command associated with the Tap event that occurs over the more symbol part of the column's filtering UI.
MoreTap = 18
A command associated with submitting an AI prompt request.
PromptRequest = 22
Specifies a "Reset" DataGrid filter UI action.
ResetFilter = 16
A command associated with the Tap event that occurs over the arrow part of the toggle-row-details cell.
ToggleRowDetailsButtonTap = 20
The command is not familiar to the grid.
Unknown = 0
A command associated with the validating cell action that occurs within a RadDataGrid instance.
ValidateCell = 11