Enables progressive task rendering mode.
DayPilot.Gantt.progressiveTaskRendering (bool)
true
When the progressive rendering is enabled the task boxes are rendered during scrolling. Otherwise the task boxes are rendered at once during init() and update().
gantt.progressiveTaskRendering = false;