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

RadTooltip not working RadDatePicker

1 Answer 88 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Atchut
Top achievements
Rank 1
Atchut asked on 04 Jun 2012, 05:04 PM
Hello,
I have a raddatepicker and I want to show radtooltip for that datepicker.

It is not working. Is it a know issue or am I doing something wrong ?

TIA

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Jun 2012, 04:17 AM
Hello Atchut,

The picker 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 runat="server" ID="RadDatePicker2"></telerik:RadDatePicker>
<telerik:RadToolTip runat="server" ID="RadToolTip2" Text="show tooltip" TargetControlID="RadDatePicker2__wrapper" IsClientID="true" Position="BottomRight" RelativeTo="Element" HideEvent="ManualClose"></telerik:RadToolTip>

Thanks,
Shinu.
Tags
Grid
Asked by
Atchut
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or