New to Kendo UI for Angular? Start a free 30-day trial

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>
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.

mode?

SelectableMode

Determines the selectable mode.

In this article

Not finding the help you need?