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

SelectAllCheckboxDirective

Represents the select-all checkbox feature of 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>

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

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