Drag and drop row moving is enabled by default. The rows can be rearranged using drag and drop.
- The task tree stored in DayPilot.Gantt.tasks.list will be updated when the moving is finished.
- You can implement custom rules (allowed operations) using onRowMoving event handler.
- The Gantt control fires onRowMove and onRowMoved events on drop (if the target position is not forbidden).
- Row moving can be disabled using rowMoveHandling ("Disabled").