Is there anyway that I can open an advanced form for the individual event by providing the URL? The URL contains an Event ID as a query string.
Thanks in advanced.
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 29 Apr 2010, 02:49 PM
Hello Nick,
You can find the appointment by ID: RadScheduler1.Appointments.FindByID(). Then you can use the ShowAdvancedEditForm methods: RadScheduler1.ShowAdvancedEditForm(appointmentToEdit);
Greetings,
Peter
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.