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
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.