New to Kendo UI for Angular? Start a free 30-day trial
SelectAllCheckboxDirective
Updated on Oct 31, 2025
Adds a select-all checkbox to the Grid. (See example).
html
<input
  type="checkbox"
  kendoCheckBox
  kendoGridSelectAllCheckbox
  [state]="selectAllState"
  (selectAllChange)="onSelectAllChange($event)"
/>
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).  |