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

Lists the possible states of the select-all checkbox.

Possible values:

  • "checked"
  • "unchecked"
  • "indeterminate"
Example:
html
 <kendo-grid-column>
  <ng-template kendoGridHeaderTemplate>
    <input
      kendoGridSelectAllCheckbox
      state="indeterminate"
      ...
    />
   </ng-template>
 <kendo-grid-column>
Not finding the help you need?
Contact Support