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

RadDatePicker in a ToopTip

1 Answer 46 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Paul Evers
Top achievements
Rank 2
Paul Evers asked on 20 Feb 2012, 04:41 PM
Hi,

I have the following setup:
I have a usercontrol which I show in a Tooltip (by a RadTooltipmanager).

<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server" HideEvent="ManualClose"
        ManualClose="True" Modal="true" ShowCallout="False" ShowEvent="OnClick" Position="Center"
        OnAjaxUpdate="RadToolTipManager1_AjaxUpdate" ShowDelay="0" RelativeTo="BrowserWindow"
        Height="400" Width="550" CssClass="ToolTip">
 </telerik:RadToolTipManager>


In this usercontrol I have several input-fields.
One of them is a RadDatePicker.

<telerik:RadDatePicker ID="datePicker" runat="server" ShowPopupOnFocus="True" ZIndex="10000">
</telerik:RadDatePicker>

The ZIndex is set to show the calendar popup above the tooltip.
When I hoover with my mouse over the calendar-button the tooltip closes. The tooptip is set to ManualClose.
When I click on the inputfield the calendar shows but when I move the mouse to the calendar-popup the tooltip is also closed.

What is going wrong here?

Paul

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 23 Feb 2012, 12:02 PM
Hello Paul,

I tried to replicate the problematic behaviour on my side but to no avail. Find attached a small runnable application which works correctly. Test it on your end and let me know if I'm missing something.


All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Calendar
Asked by
Paul Evers
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Share this question
or