
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
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
0
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.
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.
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
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.
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.