Hi,
I am using autoscheduling. Is there anyway I can cancel autoscheduling when only start date or progress is changed and have autoscheduling only when end date is changed.
Thanks & regards,
Tripty
Hi,
I am using autoscheduling. Is there anyway I can cancel autoscheduling when only start date or progress is changed and have autoscheduling only when end date is changed.
Thanks & regards,
Tripty
Hello,
Please, try to use onBeforeAutoSchedule for checking changed event properties and cancel autoscheduling when it’s necessary.
docs.dhtmlx.com/gantt/api__gantt … event.html
Thanks.
OnbeforeAutoscheduling happens only once when the autoscheduling starts.
I have a requirement where autoscheduling starts and then it encounters
a task whose progress is 100% as one on the dependent task.
I need the autoscheduling to stop at this point and not cascade to the further down dependent tasks.
I tried using OnbeforeTaskAutoScheduling…didn’t work though I was returning false from here.
Please, check the sample below.
Autoscheduling stopped for all of the following tasks for the “Task 2.2” with progress 100%.
docs.dhtmlx.com/gantt/snippet/f6f4ad0a