I m having a problem with the
Protected Sub RadScheduler1_AppointmentClick(ByVal sender As Object, ByVal e As Telerik.Web.UI.SchedulerEventArgs) Handles RadScheduler1.AppointmentClick, it only fires when i do double-click witch also fires the edit appointment. is it not supposed for only one click on an appontment for this event fire?
Many thanks FEST
5 Answers, 1 is accepted
Please have in mind that the OnAppointmentClick is fired on single-click of an appointment only if the RadScheduler is read-only via ReadOnly="true". The point is that we can not handle both events Single-click and Double-click in one and the same time.
Hope this helps.
Best wishes,
Veronica Milcheva
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Im sorry for taking so long. Could you please tell me the implications of the read only when True and when False?
Many Thanks
FEST
The "ReadOnly" property of the RadScheduler is similar to the "Enabled"="false", e.g if ReadOnly is set to true - you will not be able to Insert/Update or Delete Appointments.
All the best,
Veronica Milcheva
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Its has been a long time and im truly sorry for all this...so... im back to the topic (finally).
I would like to know how can i mess with the appointment window so i can ask for whatever information i need or even pass some text to the description of the nem appointment.
Many Thanks
FEST
You can refer to this help topic.
Hope this will be helpful.
Kind regards,
Plamen Zdravkov
the Telerik team