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

RadToolTip Not Showing RadDatePicker dropDown

1 Answer 87 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Ali
Top achievements
Rank 1
Ali asked on 30 Sep 2015, 09:11 AM
When i call  tooltip show, on the RadDatePicker click the calendar drop down go to the tooltip backgrouns

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 30 Sep 2015, 10:05 AM

Hello,

RadToolTip has a default z-index of 8000 and the picker's popup defaults to 5000, as listed in the documentation: http://docs.telerik.com/devtools/aspnet-ajax/controls/controlling-absolute-positioning-with-z-index.

Another, JavaScript based approach that also treats such popup controls in the tooltip is shown in the following KB article: http://www.telerik.com/support/kb/aspnet-ajax/tooltip/details/radcontrols-with-a-popup-(radcombobox-raddatepicker)-in-radtooltip-integration-behavior.

The easiest approach is to adjust the tooltip's z-index to fit your needs as shown at the bottom of the first article, for example:

<telerik:RadToolTip ID="RadToolTip1" runat="server" Style="z-index: 4000;"></telerik:RadToolTip>


Regards,

Marin Bratanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ToolTip
Asked by
Ali
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or