Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Grid > RadTooltip not working RadDatePicker

Not answered RadTooltip not working RadDatePicker

Feed from this thread
  • Atchut avatar

    Posted on Jun 4, 2012 (permalink)

    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

    Reply

  • Posted on Jun 4, 2012 (permalink)

    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.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Grid > RadTooltip not working RadDatePicker
Related resources for "RadTooltip not working RadDatePicker"

ASP.NET Grid Features  |  Documentation  |  Demos  |  Step-by-step Tutorial  ]