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