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