Full scheduler does not render on update Event.

Hello Sir,

“scheduler.config.update_render - {boolean} if set to true - each time when item updated - all view will be refreshed instead of updated item only (it allows smooth size recalculation but much more cpu consuming)”

This does not work in my schedular. I have tried using it both these given ways but didnt work.

  1. scheduler.config.update_render=true;
  2. scheduler.config.update_render=“true”;

Can you please give me the example how to use this. Or if I am using correct then what is the problem?

Regards,

Hello,

scheduler.config.update_render = true;

How did you check it?
Open week/day view for example. Create two events on the same date (not time). Now drag and drop one event to the same time as another one. Without update_render dragged event will have full width and it will be changed only then you release the mouse. In case of update_render set to true view will be refreshed along the way and events will change their width on the fly.

Best regards,
Ilya