EnumDataGridCommandId
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
ApplyFilter
Specifies a "Filter" DataGrid filter UI action.
ApplyGrouping
Specifies a "Grouping" DataGrid filter UI action.
BeginEdit
A command associated with the begin edit action that occurs within a RadDataGrid instance.
CancelEdit
A command associated with the cancel edit action that occurs within a RadDataGrid instance.
CellDoubleTap
A command associated with the DoubleTap event that occurs over a cell.
CellTap
A command associated with the Tap event that occurs over a cell.
CloseFilter
Closes the DataGrid filter UI.
ColumnHeaderTap
A command associated with the Tap event that occurs over a column header.
CommitEdit
A command associated with the commit edit action that occurs within a RadDataGrid instance.
DataBindingComplete
A command associated with the DataBindingComplete event that occurs within a RadDataGrid instance.
FilterTap
A command associated with the Tap event that occurs over the filtering symbol part of the column's header.
GenerateColumn
A command associated with the Auto-generate columns process.
GroupHeaderButtonTap
A command associated with the Tap event that occurs over the button of the group header.
GroupHeaderTap
A command associated with the Tap event that occurs over a group header.
KeyDown
A command associated with the key down action of the keyboard that occurs in WinUI and Catalyst.
LoadMoreData
A command associated with requesting and loading more data when available that occurs within a RadDataGrid instance.
MoreTap
A command associated with the Tap event that occurs over the more symbol part of the column's filtering UI.
ResetFilter
Specifies a "Reset" DataGrid filter UI action.
ToggleRowDetailsButtonTap
A command associated with the Tap event that occurs over the arrow part of the toggle-row-details cell.
Unknown
The command is not familiar to the grid.
ValidateCell
A command associated with the validating cell action that occurs within a RadDataGrid instance.