DayPilot.Scheduler.cellSweepingCacheSize

The cellSweepingCacheSize property (number) sets the size of the cell DOM cache. It is the maximum number of grid cells that are out of the Scheduler viewport but remain in the DOM. Applies only when cellSweeping is enabled.

Default Value

1000

Example

dp.cellSweepingCacheSize = 500;