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
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot