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

SelectAllCheckboxDirective

Adds a select-all checkbox to the Grid. (See example).

html
<input
  type="checkbox"
  kendoCheckBox
  kendoGridSelectAllCheckbox
  [state]="selectAllState"
  (selectAllChange)="onSelectAllChange($event)"
/>

Selector

[kendoGridSelectAllCheckbox]

Inputs

NameTypeDefaultDescription

state

SelectAllCheckboxState

Explicitly overrides the state of the select-all checkbox.

Events

NameTypeDescription

selectAllChange

EventEmitter<SelectAllCheckboxState>

Emits when the user clicks the select-all checkbox. (see example).

In this article
SelectorInputsEvents
Not finding the help you need?
Contact Support