Enum CheckboxSelectionType
Defines type of checkbox selection.
This helps to reset selection when CheckboxOnly property is enabled.
- DefaultDefault. In this mode, user can select multiple rows by clicking rows one by one.
- ResetOnRowClickIn ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple rows can be selected by using CTRL or SHIFT key.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum CheckboxSelectionType
Fields
| Name | Description |
|---|---|
| Default | Default. Clicking row will not clear selection selection of the row. |
| ResetOnRowClick | Clicking row will reset the row selection. |