Hi,
is it possible to prevent user's multi-action simultaneous?
Infact, if I move an event but I don't wait until the event has finished and I resize another event and during the same time I move another event, something terrible happens!
I need to lock the scheduler until the first event has finished to work. After I can enable operations again.
I saw that the same behavior is present also in your examples online with the same problem.
Answer posted by Dan Letecky [DayPilot] 9 years ago.
The Scheduler supports BlockOnCallBack property that allows blocking the UI during CallBacks (until the CallBack is resolved). It temporarily places an overlay div over the Scheduler which prevents any interaction. It's disabled by default but you can enable it by setting BlockOnCallBack to true: