Example of Row Drag and Drop in ASP.NET MVC Gantt Chart Control
This sample demonstrates the Gantt component with the row drag and drop feature. You can rearrange the gantt rows by using drag icon in left side of gantt column. Here you can perform drag and drop the gantt rows in to required position.
DEMO
SOURCE
Row drag and drop feature can be enabled by settting AllowRowDragAndDrop opens in a new tab property as true. In this demo, taskbar drag and drop between rows can be enabled by setting AllowTaskbarDragAndDrop opens in a new tab as true.