DayPilot.Gantt.update();
Updates the Gantt chart control after changing the properties.
Refreshes the control, including time headers, background cells, tasks, and links.
// display the next month gantt.startDate = gantt.startDate.addMonths(1);
gantt.update();