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

SelectAllCheckboxState

Represents the possible states of the select-all checkbox.

html
 <kendo-grid-column>
  <ng-template kendoGridHeaderTemplate>
    <input
      kendoGridSelectAllCheckbox
      state="indeterminate"
       ...
    />
   </ng-template>
 <kendo-grid-column>

type SelectAllCheckboxState = "checked" | "unchecked" | "indeterminate";

Not finding the help you need?
Contact Support