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

Defines the settings for sorting a TreeList column. Use this type to configure sorting options such as allowing unsort and setting the initial direction.

Possible values:

  • boolean
  • { allowUnsort?: boolean; initialDirection?: "asc" | "desc" }
Example:
html
<kendo-treelist ...>
  <kendo-treelist-column field="ProductName" [sortable]="{ allowUnsort: true, initialDirection: 'asc'}">
  </kendo-treelist-column>
</kendo-treelist>
Not finding the help you need?
Contact Support