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. Martin
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. Martin
Comment