Gantt/Scheduler Sync

Hello,
My project needs the ability to move project (not tasks) timeline in Gantt. This would mean that I would drag the project forward or back in time which would mean that Project Start Date/End Date would change based on where I move the project.
Right underneath Gantt, I would like to place a scheduler that changes values (before/after column per week) based on where I drag the project. To the left of the scheduler, I would have a roll up with expandable details.

Would the Gantt/Scheduler be able to handle this requirement?
Thanks
Jay

Hello Jay,
To drag a project, you need to enable the drag_project parameter.
https://docs.dhtmlx.com/gantt/api__gantt_drag_project_config.html
Here is an example of how it works:
https://snippet.dhtmlx.com/5/1b8459ceb

Gantt and Scheduler don’t have integration between them as they are different components.
You need to implement a custom solution if you want to make this work.

Thank you Jay! Are the Gantt and Scheduler customizable?

Hello Jay,
Yes, you can do that.

Here is the documentation for both components:
https://docs.dhtmlx.com/gantt/index.html
https://docs.dhtmlx.com/scheduler/index.html