There was a bug here - there was a missing call to calendar.canEditEvent() which, if it returned false (via event.canEdit:false), should have been enough on its own to prevent drag operations on a given window.
We've fixed this for tomorrow's build.
Announcement
Collapse
No announcement yet.
X
-
9.1d: calendar: prevent resizing and dragging of events
Hey,
I am using the 9.1d version of the 15th. I try to prevent dragging of an event. I set canEdit and canEditLane to false and also set candragreposition etc on my eventwindow:
this.canDragResize = this.event.canEdit;
this.canDragReposition = this.event.canEdit;
Still it is possible to drag events which have canEdit=false.
Is there a another way I can do this?
gr. MartinTags: None
Leave a comment: