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

HELP with DEMO

3 Answers 91 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ingo Dignas
Top achievements
Rank 1
Ingo Dignas asked on 12 Jun 2009, 11:15 AM
can't find the default c# file for this demo:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/radtooltip/defaultcs.aspx

need to know the source for:

RadToolTipManager1_AjaxUpdate for example

3 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 12 Jun 2009, 11:25 AM
Hello Joerg Hermann,

You can use the code viewer of the example to see the code. See the screenshot:


I have attached the file here as well.

Kind regards,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ingo Dignas
Top achievements
Rank 1
answered on 12 Jun 2009, 01:19 PM
Hi Veselin,

do you have a complete project for me?
This line:  AppointmentToolTip toolTip = (AppointmentToolTip) LoadControl("AppointmentToolTip.ascx"); throws an exception, that tells me that it is not possible to convert the "AppointmentToolTip.ascx" to AppointmentToolTip. I thought this line should be like this:

AppointmentToolTip toolTip = (AppointmentToolTip) LoadControl("AppointmentToolTip.ascx.cs");

But after changig this, I get another exception from the prerender event inside of the control that the label can't be found.
0
Paul
Telerik team
answered on 12 Jun 2009, 01:37 PM
Hello Joerg,

All Telerik examples are available offline with your installation of RadControls. By default, this particular example is located under C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2009\Live Demos\Scheduler\Examples\RadToolTip on your machine.

Best wishes,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Ingo Dignas
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Ingo Dignas
Top achievements
Rank 1
Paul
Telerik team
Share this question
or