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

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

Definition

Package:@progress/kendo-angular-grid

Selector:[kendoGridSelectAllCheckbox]

Syntax:

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

Inputs

Explicitly overrides the state of the select-all checkbox.

Events

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

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