Enum DataGridSelectionMode
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Specifies the selection mode behavior of RadzenDataGrid<TItem>.
public enum DataGridSelectionMode
- Extension Methods
Fields
Multiple = 1
The user can select multiple rows.
Single = 0
The user can select only one row at a time. Selecting a different row deselects the last selected row.