Thanks much, but this still uses onBeforeCellRender event - so I have to have period data prior to loading the scheduler. Is there any way to load the scheduler and after that load a period data and mark cells as blocked?
Comment posted by Dan Letecky [DayPilot] 8 years ago.
Changing the cell state requires a refresh of the Scheduler. This is usually very fast operation since it only renders the current viewport - but it's still required.
You can load the date ranges using a separate ajax call and refresh the Scheduler as soon as it is available.
Comment posted by Seb 8 years ago.
Perfect, thanks! :)
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.