New to Kendo UI for Angular? Start 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
| Name | Type | Default | Description |
|---|---|---|---|
state |
|
Explicitly overrides the state of the select-all checkbox. |
Events
| Name | Type | Description |
|---|---|---|
selectAllChange |
|
Emits when the user clicks the select-all checkbox. (see example). |