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

[Solved] Navigate to Advanced Edit Template

1 Answer 120 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Andrei Palvinski
Top achievements
Rank 1
Andrei Palvinski asked on 29 Oct 2009, 11:20 AM
I need to navigate to advanced edit template for a specified appointment (ID) from a page/user control that does not have access to RadScheduler.

Is there is a way to navigate (using f.i URL) to AdvancedEditTemplate for for known Appointment ID?

Thank you in advance.

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 03 Nov 2009, 04:15 PM
Hi Andrei Palvinski,

I have prepared sample project that demonstrates the approach. It is quite simple:

1) Pass the ID of the appointment that you want to access using the query string.
2) Hook on the DataBound event of the RadScheduler
3) Obtain the ID from the QueryString using Request.QueryString
4) Obtain the appointment using the Appointment.FindByID method of the Appointments collection of RadScheduler
5) Pass the obtained appointment to the ShowAdvancedEditForm method of RadScheduler.

You can find all that in the sample project.

All the best,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Andrei Palvinski
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or