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

Tooltip want hide on mouse out

1 Answer 86 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
andrej
Top achievements
Rank 1
andrej asked on 29 Sep 2007, 08:18 AM
Markup code is shown below. Problem is that tooltip will not hide when mouse out of the link. I have to move mouse on tool tip, than mouse out of tool tip and than will hide.

<asp:ScriptManager ID="ScriptManager1" runat="server"
        </asp:ScriptManager> 
        <asp:LinkButton ID="LinkButton1" runat="server">LinkButton</asp:LinkButton> 
        <telerik:RadToolTip ID="RadToolTip1" Skin="Telerik" 
        TargetControlID="LinkButton1" 
        Sticky="true"         
         runat="server" RelativeTo="Element" Animation="Fade" OffsetY="1"
         Some text 
         </telerik:RadToolTip> 
        <telerik:RadToolTipManager ID="RadToolTipManager1" runat="server"
        </telerik:RadToolTipManager> 

1 Answer, 1 is accepted

Sort by
0
Oleg Fridman
Top achievements
Rank 2
answered on 01 Oct 2007, 10:58 PM
The tooltip is not going away because you have Sticky="true". Try setting this to false and you should find that the tooltip goes away on mouseout.
Tags
ToolTip
Asked by
andrej
Top achievements
Rank 1
Answers by
Oleg Fridman
Top achievements
Rank 2
Share this question
or