Enum DataGridSelectionMode
Specifies the selection mode behavior of RadzenDataGrid<TItem>.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum DataGridSelectionMode : int
Fields
Name | Description |
---|---|
Multiple | The user can select multiple rows. |
Single | The user can select only one row at a time. Selecting a different row deselects the last selected row. |