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

Making appointments not editable in RadScheduler

1 Answer 165 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 12 Sep 2011, 02:10 AM

I am using RadScheduler, but I have a little bit unusual requirements. Couple things I need to do:

  1. Depending on a resource associated with Appointment and a role of a current user, certain appointments should not be editable. So, I need to disable a pop-up when appointment is double-clicked in Scheduler, any suggestion how to do it.
  2. Is there any way to hide “recurring event” check box on the appointment edit pop-up? We do not need that at all so it is OK to hide it for good.

Thank you 

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 14 Sep 2011, 07:48 AM
Hi Greg,

"Depending on a resource associated with Appointment and a role of a current user, certain appointments should not be editable. So, I need to disable a pop-up when appointment is double-clicked in Scheduler, any suggestion how to do it."
 - you can handle the FormCreating event. In the handler if you need to cancel the event, you need to set the the property Cancel in the event arguments instance to true - e.Cancel=true.

"Is there any way to hide “recurring event” check box on the appointment edit pop-up? We do not need that at all so it is OK to hide it for good."
 - You can set the EnableRecurrenceSupport property of RadScheduler to false.

Regards,
Nikolay Tsenkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Greg
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or