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

Radtooltip disappear on MouseOut

1 Answer 110 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Moon
Top achievements
Rank 2
Moon asked on 28 Jul 2008, 06:42 PM
I don't want the tooltip to disappear until the mouseout.

It seems it is disappearing after a delay and I don't want it to go away until the user moves the mouse off the control.

How do I do that?

thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Sophy
Telerik team
answered on 29 Jul 2008, 07:57 AM
Hello Moon,

If you want the tooltip stays visible while the user keeps the mouse over the corresponding target control and disappears as soon as the use moves the mouse off the control I suggest you set the AutoCloseDelay property of the RadToolTip to "0", e.g.:
<telerik:RadTooltip id="tooltip1" runat="server" relativeto="Element" targetcontrolid="btn1" autoclosedelay="0"></telerik:RadTooltip> 
<asp:button id="btn1" runat="server" text="show tooltip"/> 
You can take a look at the ShowDelay and AutoCloseDelay help article for reference.
Let us know if you need further assistance.

Best regards,
Sophy
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Moon
Top achievements
Rank 2
Answers by
Sophy
Telerik team
Share this question
or