I want to use the tooltip to be always visible when I click on TextBox .. the problem is when I set it to show onFocus and I click it shows for quick sec and then disappears.. the behviour I'm looking for is to have it show when onFocus and when onClick and dispears onBlur and if mouse clicked out.. here is what I got:
<telerik:RadToolTipManager
ID="RadToolTipManager1" runat="server"
ShowDelay="0"
Skin="Gray"
ManualClose="False"
RelativeTo="Element" ShowEvent="OnFocus" AutoTooltipify="True" AutoCloseDelay="0"
Position="MiddleRight" OffsetY="0">
</telerik:RadToolTipManager>
Appreciate any help
<telerik:RadToolTipManager
ID="RadToolTipManager1" runat="server"
ShowDelay="0"
Skin="Gray"
ManualClose="False"
RelativeTo="Element" ShowEvent="OnFocus" AutoTooltipify="True" AutoCloseDelay="0"
Position="MiddleRight" OffsetY="0">
</telerik:RadToolTipManager>
Appreciate any help