|  | 
| Disable drag events | 
| Post Reply   | 
| Author | |
| jiri   Newbie   Joined: 31 October 2003 Location: Czech Republic Status: Offline Points: 38 |  Post Options  Thanks(0)  Quote  Reply  Topic: Disable drag events Posted: 16 March 2006 at 8:31am | 
| Is it possible to disable moving (drag/drop) events in dayview. thanks for answer 
 jiri | |
|  | |
| jiri   Newbie   Joined: 31 October 2003 Location: Czech Republic Status: Offline Points: 38 |  Post Options  Thanks(0)  Quote  Reply  Posted: 16 March 2006 at 8:38am | 
| I have solution: 
 Private Sub CalendarControl_BeforeEditOperation(ByVal OpParams As XtremeCalendarControl.CalendarEditOperationParameters, CancelOperation As Boolean) | |
|  | |
| sserge   Moderator Group   Joined: 01 December 2004 Status: Offline Points: 1297 |  Post Options  Thanks(0)  Quote  Reply  Posted: 16 March 2006 at 1:57pm | 
| 
   Hi, This solution works, but if you want just to disable an operation, it is better to use IsEditOperationDisabled() instead of BeforeEditOperation. -- WBR, Serge | |
|  | |
| jiri   Newbie   Joined: 31 October 2003 Location: Czech Republic Status: Offline Points: 38 |  Post Options  Thanks(0)  Quote  Reply  Posted: 17 March 2006 at 12:14am | 
| Thanks Serge, IsEditOperationDisabled + DisableOperation=true works correct Jiri 
 
 | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |