New to Kendo UI for Angular? Start a free 30-day trial

SelectAllCheckboxState

Represents the possible states of the select-all checkbox.

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

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

In this article

Not finding the help you need?