DayPilot.Gantt.update

Declaration

DayPilot.Gantt.update();

Notes

Updates the Gantt chart control after changing the properties.

Refreshes the control, including time headers, background cells, tasks, and links.

Example

// display the next month
gantt.startDate = gantt.startDate.addMonths(1);
gantt.update();