DayPilot.Gantt.rowMoveSameLevelOnly

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.

Default Value

false

Example

Gantt Chart config:

{
  rowMoveSameLevelOnly: true,
  // ...
}