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

SelectAllCheckboxDirective

Represents the select-all checkbox feature of the Grid (see example).

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

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

In this article

Not finding the help you need?