Posted 6 February 2019, 4:49 am EST
Hi,
I need to resize the appointment using mouse at the same time drag and drop of appointment should not be allowed. I tried below code to achieve this.
C1Schedul1.EditOptions = EditOptions.AllowAppointmentEdit;
But C1Schedule not showing resize option. When I change the EditOptions as below Resize is working but drag and drop also working.
m_objView.EditOptions = ((EditOptions)(EditOptions.AllowDrag | EditOptions.AllowAppointmentEdit));
Please guide to solve this issue.
Thanks
Kalaivanan