Enum
DataGridCommandId

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

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum DataGridCommandId

Fields

ApplyFilter

Specifies a "Filter" DataGrid filter UI action.

Declaration

cs-api-definition
ApplyFilter = 14

Field Value

DataGridCommandId

ApplyGrouping

Specifies a "Grouping" DataGrid filter UI action.

Declaration

cs-api-definition
ApplyGrouping = 17

Field Value

DataGridCommandId

BeginEdit

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

Declaration

cs-api-definition
BeginEdit = 8

Field Value

DataGridCommandId

CancelEdit

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

Declaration

cs-api-definition
CancelEdit = 9

Field Value

DataGridCommandId

CellDoubleTap

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

Declaration

cs-api-definition
CellDoubleTap = 5

Field Value

DataGridCommandId

CellTap

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

Declaration

cs-api-definition
CellTap = 4

Field Value

DataGridCommandId

CloseFilter

Closes the DataGrid filter UI.

Declaration

cs-api-definition
CloseFilter = 15

Field Value

DataGridCommandId

ColumnHeaderTap

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

Declaration

cs-api-definition
ColumnHeaderTap = 1

Field Value

DataGridCommandId

CommitEdit

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

Declaration

cs-api-definition
CommitEdit = 10

Field Value

DataGridCommandId

DataBindingComplete

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

Declaration

cs-api-definition
DataBindingComplete = 7

Field Value

DataGridCommandId

FilterTap

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

Declaration

cs-api-definition
FilterTap = 13

Field Value

DataGridCommandId

GenerateColumn

A command associated with the Auto-generate columns process.

Declaration

cs-api-definition
GenerateColumn = 6

Field Value

DataGridCommandId

GroupHeaderButtonTap

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

Declaration

cs-api-definition
GroupHeaderButtonTap = 3

Field Value

DataGridCommandId

GroupHeaderTap

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

Declaration

cs-api-definition
GroupHeaderTap = 2

Field Value

DataGridCommandId

KeyDown

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

Declaration

cs-api-definition
KeyDown = 19

Field Value

DataGridCommandId

LoadMoreData

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

Declaration

cs-api-definition
LoadMoreData = 12

Field Value

DataGridCommandId

MoreTap

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

Declaration

cs-api-definition
MoreTap = 18

Field Value

DataGridCommandId

ResetFilter

Specifies a "Reset" DataGrid filter UI action.

Declaration

cs-api-definition
ResetFilter = 16

Field Value

DataGridCommandId

ToggleRowDetailsButtonTap

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

Declaration

cs-api-definition
ToggleRowDetailsButtonTap = 20

Field Value

DataGridCommandId

Unknown

The command is not familiar to the grid.

Declaration

cs-api-definition
Unknown = 0

Field Value

DataGridCommandId

ValidateCell

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

Declaration

cs-api-definition
ValidateCell = 11

Field Value

DataGridCommandId