Drag n drop of rows in treegrid

When rows in a treegrid are rearranged by drag and drop, the rows become part of the destination parent or children get rearranged in case of same parent.

This is done by:

Related API:

Drag n drop multiple rows

First of all mutiple row selection is turned on or checkbox selection is turned on.

Then dragModel.dragNodes method is implemented as in this example to return array of selected or checked rows.