Is there an option to change online the day width in Gantt? I saw an example on Scheduler but I would like to know if it is exist also in the Gantt
You can customize the cell width using cellWidth property. The Gantt chart component is based on the Scheduler and in uses the same API:
dp.cellWidth = 60; dp.update();