Hello,
I am looking for an example where I can show a tooltip when I leave a textbox. (onblur)
I have a tooltip defined as in one of your examples. However, it fires onmouseover. How do I change to have control on when it fires.
<telerik:RadToolTip ManualClose="true"
ID="RadToolTip1"
Skin="Vista"
runat="server"
TargetControlID="txtPartyName">
Rich content:
<asp:Button ID="btnA" runat="server" Text="Button in a ToolTip"/>
</telerik:RadToolTip>
<asp:TextBox ID="txtPartyName" runat="server" onblur=????></asp:TextBox>
Thanks,
Feizal