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

Cell tooltip remove

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Savyo
Top achievements
Rank 1
Savyo asked on 19 Aug 2013, 12:29 PM
Hi there,
       I want to remove the cell tooltip from the RadDatePicker. How can I have it done?? Would appreciate if someone could come up with a code snippet that helps..

thanks in advance
Savyo

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Aug 2013, 12:51 PM
Hi Savyo

Try setting  ShowDayCellToolTips property to false
<telerik:RadDatePicker ID ="RadDatePicker1" runat="server">
     <Calendar ShowDayCellToolTips="false" ></Calendar>
</telerik:RadDatePicker>

Thanks
Shinu
Tags
General Discussions
Asked by
Savyo
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or