Hi,
I have a bunch of code in my application that is supposed to show tooltips on focus of a text box. I just upgraded to the July update of ASP.net RAD AJAX controls and now the tooltips have issues. When you click directly on the textbox the tooltip will show then disappear right away. When you tab to the textbox the tooltip will show but the arrow pointing to the box no longer shows. Am I missing something with the update? Below is the code I use for this feature.
Please let me know what is going on. I'm about ready to roll back to that last realse of the controls. Thanks.
Alex
I have a bunch of code in my application that is supposed to show tooltips on focus of a text box. I just upgraded to the July update of ASP.net RAD AJAX controls and now the tooltips have issues. When you click directly on the textbox the tooltip will show then disappear right away. When you tab to the textbox the tooltip will show but the arrow pointing to the box no longer shows. Am I missing something with the update? Below is the code I use for this feature.
<telerik:RadToolTipManager runat="server" ID="RadTipPW" ShowEvent="OnFocus" Skin="Default2006" ShowDelay="0" AutoCloseDelay="4000" Font-Size="Smaller" Width="150px" Position="MiddleRight" RelativeTo="Element">
<TargetControls>
<telerik:ToolTipTargetControl TargetControlID="txtPassword" IsClientID="False" />
</TargetControls>
</telerik:RadToolTipManager>
Please let me know what is going on. I'm about ready to roll back to that last realse of the controls. Thanks.
Alex