Custom gantt.autoSchedule() ?

Hi ,

Please go through the snippet once.

http://docs.dhtmlx.com/gantt/snippet/8d44d595

In the above mentioned snippet, I have 2 tasks
Task 1 has an end to start dependency with task 2 & 3. But task 2 does start before task 1 ends.
What i need is when i call gantt.autoschedule() in the given snippet, it should change only the task 2 start date but not the task 3 start date as it already starts after the task 1 ends.

In general, if a task satisfies/ qualifies the constraint of the condition then that task need not be adjusted, whereas if any tasks don’t they need to be auto adjusted.

Hello.

Are you using auto_scheduling_strict option? docs.dhtmlx.com/gantt/api__gantt … onfig.html

It seems you could set it to false and it will work as you expected.