I would like to have columns in the right side similar to the one in the left side… In between the gantt bars with the calendar will be displayed. Is this possible? If so, please help me do it
Hello Naveen,
Yes, it is possible to do that.
You need to specify the custom layout in the gantt.config.layout
property. There, you should have 2 grid views, and the second grid view should have the bind:"task"
property to obtain the data from the task Datastore and the config:secondGridColumns
property if you want to specify different columns in the second grid. You can read more about it in the following article:
https://docs.dhtmlx.com/gantt/desktop__layout_config.html#configsandtemplatesofviews
Here are the samples:
http://snippet.dhtmlx.com/ecb5f8e1b
https://docs.dhtmlx.com/gantt/samples/10_layout/01_rightside_columns.html
Thanks for the support. We are using gantt version 4.0.10 in our application. Is it possible to achieve this in version 4.0.10?
Hello Naveen,
The layout feature was added in the 5.0 version, so you won’t be able to use that in the 4.x and older versions.
You need to implement a custom solution.
Thanks for the info. Have somebody did this before? Can anyone help me out with the solution?