search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler afterEventRender

Asked by Aliaa
4 years ago.

Hello Dan,

I am using the scheduler (javascript version) and I am using signalR to broadcast the changes made to the events to all other connected clients. And while waiting for a server response I display a spinning icon indicating that the page is loading/processing. I hide this icon in the afterEventRender event and this works perfectly most of the time. There is one scenario that when more than 2 or 3 users are making changes at the same time, this icon doesn't disappear (remember this icon is hidden in the afterEventRender event). So, my question is, if the scheduler is receiving many event changes (add, update, or delete) in a short interval of time would that cause the afterEventRender not to fire? Do you suggest moving this function (hiding the icon) to a different event?

Thanks

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.