Gantt chart attached to an object of the dhtmlxSuite

Hello,
Does anyone have a snippet to show how to attach a Gantt chart to a dhtmlxSuite 7.0 layout cell in order to trigger actions (using Gantt events like “onTaskClick”) in an dhtmlxSuite object attached to another cell in the same dhtmlxSuite layout (like displaying the content of a form or a grid related to the task row clicked)

Hello Stephano,
Right now, there is no built-in method to do that, but you can locate the Suite’s layout elements and initialize Gantt there.
Here is an example:
https://snippet.dhtmlx.com/dewb44fp

In the future, the dev team will add that integration, but I cannot give you any ETA.