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

User too much speed

Asked by Davide
7 years ago.

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.

Thank you
Davide

Answer posted by Dan Letecky [DayPilot]
7 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:

<DayPilot:DayPilotScheduler
BlockOnCallBack="true"
...
/>

Let me know if it didn't help.

Comment posted by Davide
7 years ago.

Wow! It works as requested.
Awesom!

Thank you
Davide

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