I have a tooltip working in my page. The following is my sample code.
| <asp:Label ID="lnkbtnHelpStocks" runat="server" style="color: #007DC9; text-decoration:underline;">Help</asp:Label> |
| <telerik:RadToolTip ID="RadToolTip1" runat="server" Position="BottomRight" RelativeTo="Element" TargetControlID="lnkbtnHelpStocks" Sticky="True" Width="300" Skin="Web20"> |
| XXXXXXXXXXXXXX XXXXXXXXXXXXXXx CCCCCCCCCCCCCCCCC |
| </telerik:RadToolTip> |
| |
Once I mouseover the "Help" label. It shows me the tooltip. Then when I move out the current page. Occasionally it gives me the following Javascript error.
Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.AddHandler method.
Any idea?