SelectableSettings
The settings for the selection functionality of the Grid (more information and 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? |
|
Determines if cell selection is allowed. | |
cellAggregates? |
|
Determines if selection aggregates will be enabled. By default the property is set to | |
checkboxOnly? |
|
Determines if the selection is performed only through clicking a checkbox. If enabled, clicking the row itself will not select the row. Applicable if at least one checkbox column is present. | |
drag? |
|
Determines if drag selection is allowed. | |
enabled? |
|
Determines if selection is allowed. | |
metaKeyMultiSelect? |
|
Determines whether a meta key (Ctrl or Command) will be needed to perform multiple selection. By default, adding a new row or cell to the selection requires pressing a meta key. | |
mode? |
|
Determines the selectable mode. |