Example of Drag and Drop within Tree Grid in ASP.NET Core Tree Grid Control
This sample demonstrates the TreeGrid component with the row drag and drop feature within same tree grid. It provides the way to drop the row, above, below or child to the target row with the respective to the target row position.
DEMO
SOURCE
Row drag and drop enabled by setting AllowRowDragAndDrop
property as true.