Hi-
I would like to use the advanced edit form to allow the users to change some resources/properties of appointments. However, I do not want the user to be able to edit the begin or end dates for appointments. I realize that if I set the RadScheduler AllowEdit property to false, the advanced edit form will not show. I cannot even call it from the server side with
If I set the the AllowEdit property to true, I can show a customized edit form. However the user can resize the apponitments and move them in the scheduler, changing the start and end dates. Eventhough this does not actually persist changes in my application, I would prefer that the user not be able to change appoinments in this way.
Does anyone know of an approach for achieving this: prevent the user from resizing or moving appointments while utilizing the edit form?
Thanks for any help
Michael
I would like to use the advanced edit form to allow the users to change some resources/properties of appointments. However, I do not want the user to be able to edit the begin or end dates for appointments. I realize that if I set the RadScheduler AllowEdit property to false, the advanced edit form will not show. I cannot even call it from the server side with
RadScheduler1.ShowAdvancedEditForm(appt)
Does anyone know of an approach for achieving this: prevent the user from resizing or moving appointments while utilizing the edit form?
Thanks for any help
Michael