We are using DHTMLX Gantt with Angular and we need to auto adjust start date of a task, based on the predecessor of the task.
Ex:
Consider that there are two tasks as follows.
1 Task A: 12/05/2022 - 18/05/2022
2 Task B: 23/05/2022 - 30/05/2022
If the user adds 1 against the predecessor field in 2nd task, then the system will adjust the start date of Task B based on the constraint that is set for the task.
If the constraint for Task B is set as Start No Earlier Than 23/05/2022, then the system will not update the start date of that task when the user adds a predecessor to it.
If there are no constraints of Task B, then the system will update the start date of the task B to 19/05/2022 (next available date after the end date of Task A).
Is there anyway to configure this in DHTMLX Gantt.