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

Tooltip for scheduler event disappears immediatley

4 Answers 93 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 04 Jun 2008, 09:03 AM
Hi all

I have a tooltip which appears when I mouseover appointments in the scheduler, it displays and then as soon as it has finished loading it disappears. I cant figure this out at all. I've copied the code from the demo site so it should work.

Any ideas?

Cheers
Jon

4 Answers, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 05 Jun 2008, 11:18 AM
Hi Jonathan,

I examined the online demo for the integration of RadScheduler and RadToolTip and I assume that the most probable reason for your problem is not setting the RadToolTipManager's Sticky property to true. Please, make sure that your project includes this setting.

In case you want the user to determine when to close the tooltip, you can set the RadToolTipManager's ManualClose property to true.

If my suggestions are not helpful or they do not meet your requirements, please provide more information about the way you have configured your RadToolTipManager and the desired behavior.



Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jonathan
Top achievements
Rank 1
answered on 05 Jun 2008, 03:17 PM
Hi Svetlina

I found that the problem was the scheduler databind was outputting a hide script. So I've commented this out and all is fine.

Thanks
0
diller_56
Top achievements
Rank 1
answered on 11 Sep 2008, 09:06 PM
I have been trying to get a tooltip to show on my scheduler events for quite some time and cant seem to get it working. My tooltips should show events data retreived from a database. Seems in the examples online there is always a C# file that is in VB for either the ascx or aspx file. Then i have to try to blend two examples together and i have a real mess. Any help would be great. Or a working example...?
0
Svetlina Anati
Telerik team
answered on 12 Sep 2008, 07:21 AM
Hi diller_56,

When you install RadControls, our online examples projects are automatically installed on your computer and you can not only examine their full source code (both in C# and VB, including .ascx files), but also extend them further in order to meet your requirements.

You can open the demos from here:

Start\Programs\Telerik\RadControls for ASPNET AJAX\Open Sample WebSite In VisualStudio

The actual location on your hard disk is the following one:

C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2008\Live Demos


All the best,
Svetlina
the Telerik team


Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Jonathan
Top achievements
Rank 1
diller_56
Top achievements
Rank 1
Share this question
or