constraitn the task bar moovement

Hello is it possible to make the moovement of the tasks interdependent?

For example if we have the

  • taks A
  • task B
  • task A is connected to task B with the Finis Start relation.

And then we mive the taks A foreward also the task B should move foreward accordingly if the finish of the A task is over the start of the B task.

A similar thing would be welcom for other relations also for example for FF and SS.

We are eavaliating your gant to integrate it in our software but lookls like that this feature is missing.

Hello,
currently there is no built-in functionality. You can implement this manually, by attaching handlers for events that changes the timing of tasks or adds a new relation
docs.dhtmlx.com/gantt/api__gantt … event.html
docs.dhtmlx.com/gantt/api__gantt … event.html
docs.dhtmlx.com/gantt/api__gantt … event.html
In the handler you can inspect the data and schedule tasks from code. Btw, you can check the draft version of an extension that does this, just add it after dhtmlxgantt.js (3.2 version required)
dhtmlxgantt_auto_scheduling.zip (2.55 KB)