DayPilot.Scheduler.drawBlankCells

When set to false, it disables rendering grid cells as standalone div elements (one div per cell). Only cells with custom properties set using onBeforeCellRender will be rendered.

You can use this property to optimize the Scheduler grid scrolling performance.

Note that using drawBlankCells = false removes business/non-business cell and resource parent cell highlighting.

Default Value

true

Example

dp.drawBlankCells = false;