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

Control how long a tooltip is displayed

1 Answer 38 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
andieje
Top achievements
Rank 1
andieje asked on 17 Jun 2009, 04:57 PM
Hi

How do you control how long a tooltip is displayed. Mine seem to vanish almost immediately

thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Jun 2009, 06:37 AM
Hello,

Try setting the AutoCloseDelay property of RadToolTip to bigger value than your current.

ASPX:
 
<telerik:RadToolTip ID="RadToolTip1" runat="server" AutoCloseDelay="5000" TargetControlID="Panel1" Text="My ToolTip"
</telerik:RadToolTip> 

Shinu
Tags
ToolTip
Asked by
andieje
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or