Is there a way to show the appointment edit dialog in read-only when an appointment has the property AllowEdit set to false, instead of not showing the edit dialog at all.
The problem is that it isn't possible to see all the information of the appointment.
Greetings
1 Answer, 1 is accepted
0
Accepted
Ivan Todorov
Telerik team
answered on 12 Jan 2012, 10:09 AM
Hello,
Yes, there is a way to achieve this. To do so, you need to override a single method of RadScheduler and show a custom dialog when editing read-only appointments. The approach is demonstrated below: