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