Drag/move multiple selected rows in gantt chart

Hi,

In my project i have a requirement of selecting multiple rows of gantt chart and dragging/moving them to new position. I am able to select multiple rows using dhtmlxgantt_multiselect.js. But i am not able to drag the multiple selected rows to new position. Only single row drag is working.
Is it possible to drag multiple selected rows in gantt chart. If so, then can you please provide me a sample about how it can be implemented.

Thanks

Hello,
There is a way to move several tasks horizontally. This article explains how to implement it:
docs.dhtmlx.com/gantt/desktop__dnd.html
To see how it works in the following snippet, select a few tasks and drag one horizontally:
snippet.dhtmlx.com/d49cf2033

If you need to move several tasks vertically, we don’t have a ready solution. But you may create your own using the official documentation. For example, check these articles and their “See also” sections:
docs.dhtmlx.com/gantt/api__gant … onfig.html
docs.dhtmlx.com/gantt/api__gant … event.html