custom auto schedule in gantt chart!

docs.dhtmlx.com/gantt/snippet/abb0f9b1

In this link autoscheduling is working only with the parent, If my task are linked like : T1->T2->T3->T4
as it for now autoschedule will only work when we drag T1. But I want if we drag T2 so T3 and T4 should also be auto scheduled.

Can it be possible? And how ?

Hello,

This is not an example of autoscheduling. It is only a way to drag children with their parent task.

You need to include dhtmlxgantt_auto_scheduling.js extension in your application to drag events in a way you want.