Enum
DataGridUserSortMode

Defines the possible modes of the built-in User (through column header Tap) sort functionality of a RadDataGrid component.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum DataGridUserSortMode

Fields

Auto

The mode is automatically determines based on the input Device. If the input is through Touch then the Multiple mode is used. If the input is a Mouse, then Single or Multiple is determined based on the CTRL Modifier Key.

Declaration

cs-api-definition
Auto = 0

Field Value

DataGridUserSortMode

Multiple

Multiple sort descriptors are allowed.

Declaration

cs-api-definition
Multiple = 3

Field Value

DataGridUserSortMode

None

The user is not allowed to sort by Tapping on a column header.

Declaration

cs-api-definition
None = 1

Field Value

DataGridUserSortMode

Single

Singe sort descriptor is allowed. When the user Taps a column header, the SortDescriptor collection will cleared and a new descriptor will be added.

Declaration

cs-api-definition
Single = 2

Field Value

DataGridUserSortMode

In this article
DefinitionFieldsAutoMultipleNoneSingle
Not finding the help you need?
Contact Support