Is there an established way for creating an instance of an Appointment through using its ID without creating a scheduler and looping through all of the appointments?
1 Answer, 1 is accepted
0
Veronica
Telerik team
answered on 13 Apr 2010, 01:43 PM
Hello Kevin Price,
Use FindById method of the AppointmentCollection like this:
Have in mind that you could not be able to get the AppointmentsCollection earlier than in RadScheduler1_DataBound event, e.g. Count will be 0 in Page_Load.
Hope this helps.
Sincerely yours,
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.