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
rowReorderableproperty of the TreeList totrue. By default row reordering is disabled. - Define a
RowReorderColumnby 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
FlatBindingDirectiveor 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 ...