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

Readonly and viewing details

1 Answer 58 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Lee Vang
Top achievements
Rank 1
Lee Vang asked on 07 Apr 2011, 03:17 PM
I am populating the scheduler using the ExchangeSchedulerProvider.  Is there a way to make the scheduler readonly but still allow the user to view the details?  If it's readonly, the user cannot click on a date to see the exact time of the appointment or to read the text if it's too long or there are too many appointments in a day.

1 Answer, 1 is accepted

Sort by
0
Accepted
Veronica
Telerik team
answered on 07 Apr 2011, 08:06 PM
Hi Lee Vang,

Yes, when you set the RadScheduler's property ReadOnly to "true" - you will not be able to see the advanced form on double-click on an appointment. To get around this you can set the ReadOnly property to "false" but to cancel the OnClientAppointmentInserting and OnClientAppointmentEditing events. That way the user can still see the content in the Advanced Form but will not be able to change this content.

Please let me know if this was helpful.

All the best,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Lee Vang
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or