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