The rowMoveSameLevelOnly property disables the possibility to drag Gantt Chart rows to a different level in the task hierarchy. When set to true
, the rows will be restricted to the same level during drag and drop row moving.
Available since 2023.3.5737.
false
Gantt Chart config:
{
rowMoveSameLevelOnly: true,
// ...
}