New to Kendo UI for Angular? Start a free 30-day trial
SortSettings
Defines the settings for sorting the TreeList.
html
<kendo-treelist [sortable]="{ mode: 'multiple', allowUnsort: false}"></kendo-treelist>
type
SortSettings = boolean
| ColumnSortSettings intersected with { mode?: "single" | "multiple"; showIndexes?: boolean; };