search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to change the Day Width

Asked by Beni
7 years ago.

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

Answer posted by Dan Letecky [DayPilot]
7 years ago.

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();
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.