Hi,
I have the following setup:
I have a usercontrol which I show in a Tooltip (by a RadTooltipmanager).
In this usercontrol I have several input-fields.
One of them is a 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
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