Hi,
I have a problem when want to set appointments is disabled (include can't moving and resizing if appointments not in codition .On WebDayView,only can set EnableActivityMoving,EnableActivityResizing for all appointments,not for each appointment
Take a look over the client-side object model of the WebScheduleInfo object, specifically its client-side events. Cancelling some of these events under the particular circumstances where you want to prevent changes should get you the functionality you are after.
Please remember that these forums area a peer-to-peer resource to share issues and ideas with other Infragistics users. If you require official support from Infragistics, including further assistance with this quesiton, please submit a support request to Infragistics Developer Support from this page of our website.
[quote user="[Infragistics] Vince McDonald"]
Hi Vince, what ClientEvent of the WebDayView are you referring to? I can't find a client event to catch the Moving and Resizing of appointment. I ended up using the WebScheduleInfo_Updating server side event to cancel modification of appointments.
Thanks