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

Rad tool tip in raddatepicker

1 Answer 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ithihas
Top achievements
Rank 1
ithihas asked on 28 Jun 2012, 10:30 AM
i gave a radtooltip to a raddatepicker and tooltip is not showing.? how can it be possible?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Jun 2012, 10:39 AM
Hi,

The RadDatePicker  contain different 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="rdp2"></telerik:RadDatePicker>
<telerik:RadToolTip runat="server" ID="rtt2" Text="show tool tip" TargetControlID="rdp2_wrapper" IsClientID="true" Position="BottomRight" RelativeTo="Element" HideEvent="ManualClose">
</telerik:RadToolTip>

Thanks,
Princy.
Tags
General Discussions
Asked by
ithihas
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or