<kendo:treeList-sortable>
If set to true, the user is able to sort the TreeList by clicking the column header cells. By default, sorting is disabled. Can be set to a JavaScript object which represents the sorting configuration.
Example
<kendo:treeList>
<kendo:treeList-sortable></kendo:treeList-sortable>
</kendo:treeList>
Configuration Attributes
allowUnsort boolean
If set to true, the user can get the TreeList in its unsorted state by clicking the sorted column header.
Example
<kendo:treeList-sortable allowUnsort="allowUnsort">
</kendo:treeList-sortable>
mode java.lang.String
The sort mode. If set to single, the user can sort by one column at a time. If set to multiple, the user can sort by multiple columns.
Example
<kendo:treeList-sortable mode="mode">
</kendo:treeList-sortable>