Hello,Well i am using both month view & week view, but i want, users, not to drag & drop any appointment, or simply saying disabling the drag & drop functionality of month view & week view... i am also unable to find any event that is fired while doing dragging. Plz help me how to perform such action. Thank YouRegards:M Imtiaz Sharif
There is no event that fires when an activity is in the process of being dragged for those controls; if you like you can visit http://devcenter.infragistics.com/Protected/RequestFeature.aspx and submit a request for such a feature.
Note that you can prevent user interaction altogether by setting the Appointment.Locked property to true, but this will prevent editing and resizing as well.