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

RadDatePicker - DatePopupButton-ToolTip does not work

2 Answers 72 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Christoph
Top achievements
Rank 1
Christoph asked on 20 Jun 2014, 08:19 PM
Hello!

The property DatePopupButton-ToolTip of RadDatePicker does not work.
"Open the calendar popup." cannot be changed to empty string.

Please don't give me an answer with the javascript method. This is not the solution!
Maybe you have at least a css rule!

Thanks!

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 Jun 2014, 05:57 AM
Hi Christoph,

You can set a space as the tooltip if you want the tooltip to be empty.

ASPX:
<telerik:RadDatePicker ID="rdatepicker" runat="server" DatePopupButton-ToolTip=" ">
</telerik:RadDatePicker>

Thanks,
Princy
0
Christoph
Top achievements
Rank 1
answered on 22 Jun 2014, 02:59 PM
Thank you Princy! This did the trick!
Tags
Ajax
Asked by
Christoph
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Christoph
Top achievements
Rank 1
Share this question
or