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

SortSettings

Defines the settings for sorting the TreeList.

<kendo-treelist [sortable]="{ mode: 'multiple', allowUnsort: false}"></kendo-treelist>

type SortSettings = boolean | ColumnSortSettings intersected with { mode?: "single" | "multiple"; showIndexes?: boolean; };

In this article

Not finding the help you need?