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

Tooltip for radatepicker

1 Answer 39 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Tina
Top achievements
Rank 1
Tina asked on 14 Jun 2012, 05:34 PM
How to set radtooltip for raddatepicker?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 15 Jun 2012, 03:52 AM
Hi Tina,

The RadDatePicker is a complex control which contains many HTML elements. Those elements have different client IDs and they should be set in the TargetControls collection, e.g if you want to tooltipify the wrapper element of the RadDatePicker, try the following code.

ASPX:
<telerik:RadDatePicker ID="RadDatePicker1" runat="server" ></telerik:RadDatePicker>
<telerik:RadToolTip ID="RadToolTip1" runat="server" IsClientID="true" TargetControlID="RadDatePicker1_wrapper" Text="show tooltip" ShowEvent="OnMouseOver">
</telerik:RadToolTip>

Hope this helps.

Thanks,
Princy.
Tags
ToolTip
Asked by
Tina
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or