DayPilot.Gantt.progressiveTaskRendering

Enables progressive task rendering mode.

Declaration

DayPilot.Gantt.progressiveTaskRendering (bool)

Default Value

true

Description

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().

Example

gantt.progressiveTaskRendering = false;