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

TooltipManager and Masterpages Issue

1 Answer 29 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 11 Mar 2016, 09:42 PM

I have a master page with a tool tip manager:

<telerik:RadToolTipManager ID="ttm" runat="server" Enabled="true" Skin="MetroTouch" AutoTooltipify="true" EnableRoundedCorners="true" RelativeTo="Element" Position="TopCenter"></telerik:RadToolTipManager>

All but only a few controls have the Telerik tooltips applied.  If I copy the RadToolTipManager and paste it into the content page everything is tool tipped as expected.  What could be the reason behind this behavior?

 

Rober

 

 

 

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 14 Mar 2016, 06:18 AM

Hi Robert,

I am not sure I understand the problem. If you expect more Telerik tooltips to be present that there actually are, there are three likely reasons for the issues:

  • A JS error during the initialization of the page. Since RadToolTip instances operate with JS, this must be avoided.
  • The title attribute of the expected elements is not set before the Sys.Application.Init event when the tooltip manager is initialized. If those titles are set via JavaScript at a later time, you may want to call the tooltipify() method of that tooltip manager: http://docs.telerik.com/devtools/aspnet-ajax/controls/tooltip/client-side-programming/radtooltipmanager-object.
  • There is already another tooltip manager that has taken those title attributes and created RadToolTip instances for those elements but there is an issue with it (e.g., built-in skins are disabled to is is not visible, or some other settings are applied like unexpected ShowEvent, very small Width/Height)

Regards,

Marin Bratanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
ToolTip
Asked by
Robert
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or