This is a migrated thread and some comments may be shown as answers.

RadToolTipManager AutoTooltipify Button Issues

0 Answers 50 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 20 Mar 2013, 03:17 PM
Update: Disregard this post, I've since fixed the issue.

I'm using a RadToolTipManager on my master page with AutoTooltipify="False". Even though the feature is turned off a RadToolTip is still being displayed for asp:ImageButton and asp:Button elements on the website. I'm using the RadToolTipManager in my code by dynamically adding RadTab items to the TargetControls collection of the RadToolTipManager instance on the master page.

 <telerik:RadToolTipManager ID="PortalNavigationRadToolTipManager" AutoTooltipify="False" RegisterWithScriptManager="True"
              Width="455" Height="130" HideEvent="LeaveTargetAndToolTip" EnableEmbeddedSkins="True" ContentScrolling="Default" 
              Position="BottomRight" RelativeTo="Mouse" OffsetY="20"  runat="server"></telerik:RadToolTipManager>

No answers yet. Maybe you can help?

Tags
ToolTip
Asked by
Eric
Top achievements
Rank 1
Share this question
or