New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the known commands that are available within a RadDataGrid control.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum DataGridCommandId

Fields

A command associated with the Tap event that occurs over the AI floating action button.

C#
AIFloatingActionButtonTap = 21

Specifies a "Filter" DataGrid filter UI action.

C#
ApplyFilter = 14

Specifies a "Grouping" DataGrid filter UI action.

C#
ApplyGrouping = 17

A command associated with the begin edit action that occurs within a RadDataGrid instance.

C#
BeginEdit = 8

A command associated with the cancel edit action that occurs within a RadDataGrid instance.

C#
CancelEdit = 9

A command associated with canceling an in-progress AI prompt request.

C#
CancelPromptRequest = 23

A command associated with the DoubleTap event that occurs over a cell.

C#
CellDoubleTap = 5

A command associated with the Tap event that occurs over a cell.

C#
CellTap = 4

Closes the DataGrid filter UI.

C#
CloseFilter = 15

A command associated with the Tap event that occurs over a column header.

C#
ColumnHeaderTap = 1

A command associated with the commit edit action that occurs within a RadDataGrid instance.

C#
CommitEdit = 10

A command associated with the DataBindingComplete event that occurs within a RadDataGrid instance.

C#
DataBindingComplete = 7

A command associated with the Tap event that occurs over the filtering symbol part of the column's header.

C#
FilterTap = 13

A command associated with the Auto-generate columns process.

C#
GenerateColumn = 6

A command associated with the Tap event that occurs over the button of the group header.

C#
GroupHeaderButtonTap = 3

A command associated with the Tap event that occurs over a group header.

C#
GroupHeaderTap = 2

A command associated with the key down action of the keyboard that occurs in WinUI and Catalyst.

C#
KeyDown = 19

A command associated with requesting and loading more data when available that occurs within a RadDataGrid instance.

C#
LoadMoreData = 12

A command associated with the Tap event that occurs over the more symbol part of the column's filtering UI.

C#
MoreTap = 18

A command associated with submitting an AI prompt request.

C#
PromptRequest = 22

Specifies a "Reset" DataGrid filter UI action.

C#
ResetFilter = 16

A command associated with the Tap event that occurs over the arrow part of the toggle-row-details cell.

C#
ToggleRowDetailsButtonTap = 20

The command is not familiar to the grid.

C#
Unknown = 0

A command associated with the validating cell action that occurs within a RadDataGrid instance.

C#
ValidateCell = 11