New to Kendo UI for AngularStart a free 30-day trial

SelectableSettings

The settings for the selection functionality of the Grid (more information and example).

html
<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>
NameTypeDefaultDescription

cell?

boolean

Determines if cell selection is allowed.

cellAggregates?

boolean | SelectionAggregate[]

Determines if selection aggregates will be enabled. By default the property is set to false. If cellAggregates is set to true it will calculate all aggregate options. You can choose which aggregates to calculate by passing an array of SelectionAggregate type options.

checkboxOnly?

boolean

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?

boolean

Determines if drag selection is allowed.

enabled?

boolean

Determines if selection is allowed.

metaKeyMultiSelect?

boolean

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?

SelectableMode

Determines the selectable mode.

Not finding the help you need?
Contact Support