SelectableSettings
Configures the selection functionality of the Grid. (See example).
<kendo-grid [data]="gridData" [selectable]="{ checkboxOnly: true, mode: 'multiple' }">
<kendo-grid-column field="ProductID"> </kendo-grid-column>
<kendo-grid-column field="ProductName"> </kendo-grid-column>
</kendo-grid>
Name | Type | Default | Description |
---|---|---|---|
cell? |
|
Enables cell selection. | |
cellAggregates? |
|
Enables selection aggregates. By default, this property is set to | |
checkboxOnly? |
|
Allows selection only through clicking a checkbox. When enabled, clicking the row does not select it. This applies if at least one checkbox column exists. | |
drag? |
|
Enables drag selection. | |
enabled? |
|
Enables selection. | |
metaKeyMultiSelect? |
|
Requires a meta key ( | |
mode? |
|
Sets the selectable mode. | |
multipleRanges? |
|
Preserves the existing selection when you perform a new range selection. |