New to Kendo UI for Angular? Start a free 30-day trial
Row Reordering
The TreeList enables you to reorder its rows by dragging a specified hint element.
To enable the row reordering feature of the TreeList, follow the steps below:
- Set the
rowReorderable
property of the TreeList totrue
. By default row reordering is disabled. - Define a
RowReorderColumn
by using the<kendo-treelist-rowreorder-column>
tag. It will hold the dedicated drag handle for row reordering.
When the TreeList data is bound using the
FlatBindingDirective
or theHierarchyBindingDirective
, all data updates related to row reordering will be handled automatically.
The following example demonstrates how to implement row reordering using the FlatBindingDirective
.
Change Theme
Theme
Loading ...