DayPilot.Scheduler.cellSweeping

The cellSweeping property (boolean) determines whether the grid cells that were scrolled out of the viewport will be removed from DOM. Removing the cells helps keeping the DOM size smaller and improves memory consumption and scrolling speed. The Scheduler maintains a cache of cell objects with a size specified using cellSweepingCacheSize property.

Default Value

true

Example

dp.cellSweeping = false;