Is there any way to load blocked cells via ajax after the scheduler has been rendered?
Something similar to resources:
$.get('__URL__', function(data) { dp.resources = data; });
I have to set "blocked period" for specified resource having date start and date end.
Is this possible, or all I have is the onBeforeCellRender event?