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

Using ToolTipManager, How do I set a ToolTip Title, not just text

1 Answer 55 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Richard Maxwell
Top achievements
Rank 1
Richard Maxwell asked on 18 Nov 2009, 07:59 PM
       <telerik:RadToolTipManager AutoTooltipify="true" Title="Tip"   
            ID="radToolTipManager1" runat="server" /> 
             
        <telerik:RadTabStrip Visible="false" ID="rtsHeader" runat="server" > 
            <Tabs> 
                <telerik:RadTab ToolTip="Text to show for My Messages Tab 1" Text="Tab1" /> 
                <telerik:RadTab ToolTip="Text to show for My Messages Tab 2" Text="Tab2" /> 
 
            </Tabs> 
        </telerik:RadTabStrip> 

How do I have the tool tip title for each tab, vary, and not display "Tip"

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 20 Nov 2009, 10:18 AM
Hello Richard,

What I can suggest in your case is to capture the OnClientBeforeShow event of the RadToolTipManager, check the target control by using the get_targetControl client method - if it is a tab, check e.g the text and set the desired particular title by using the set_title method.


Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ToolTip
Asked by
Richard Maxwell
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or