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

SelectAllCheckboxDirective

Updated on Jan 7, 2026

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

html
<kendo-checkbox
    kendoGridSelectAllCheckbox
    [state]="selectAllState"
    (selectAllChange)="onSelectAllChange($event)"
></kendo-checkbox>

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