DayPilot.CellArray.invalidate

The invalidate() method clears the cached onBeforeCellRender result for all cells in the array.

Declaration

DayPilot.CellArray.invalidate()

Notes

This method affects all cells in the current cell array.

Use it to clear cached cell properties created by onBeforeCellRender. It is related to beforeCellRenderCaching.

Example

dp.cells.all().invalidate();

See Also

DayPilot.Scheduler.onBeforeCellRender

DayPilot.Scheduler.beforeCellRenderCaching

DayPilot.CellArray Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript