This is a migrated thread and some comments may be shown as answers.

Show Advanced edit form without allowing appointments to be editable

1 Answer 51 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
MFitzpatrick
Top achievements
Rank 1
MFitzpatrick asked on 05 Aug 2010, 07:51 PM
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
RadScheduler1.ShowAdvancedEditForm(appt)
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

1 Answer, 1 is accepted

Sort by
0
MFitzpatrick
Top achievements
Rank 1
answered on 06 Aug 2010, 02:35 PM
I got this working... I'm not sure why it didn't work before.

Thanks anyway.

Michael
Tags
Scheduler
Asked by
MFitzpatrick
Top achievements
Rank 1
Answers by
MFitzpatrick
Top achievements
Rank 1
Share this question
or