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

RadCalendar icon tooltip

3 Answers 113 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Diego
Top achievements
Rank 1
Diego asked on 27 Nov 2008, 10:15 AM
I have a RadCalendar control on my page. When I hover the cursor over the associated icon I can see a tooltip that says "Open the calendar popup". How do I change the tooltip text? I cannot find a ToolTip property...

3 Answers, 1 is accepted

Sort by
0
Accepted
Maria Ilieva
Telerik team
answered on 27 Nov 2008, 10:48 AM
Hello Diego,

You could set it by using:

<telerik:RadDatePicker ID="RadDatePicker1" runat="server">
            <DatePopupButton ToolTip="Put your text here" />
 </telerik:RadDatePicker>


Kind regards,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
-DJ-
Top achievements
Rank 1
answered on 02 Dec 2008, 04:14 PM
Hi,

Is there a way to globally change these tooltips in an application?

Regards,
-DJ-
0
Maria Ilieva
Telerik team
answered on 03 Dec 2008, 07:41 AM
Hello,

Currently this functionality is not possible. You could change the ToolTip text locally for particular controls on the page.

Greetings,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
Diego
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
-DJ-
Top achievements
Rank 1
Share this question
or