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

RadMonthYearPicker opening under modal Tooltip

2 Answers 37 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Justyn Hunter
Top achievements
Rank 1
Justyn Hunter asked on 31 Jul 2012, 08:13 PM
I found this thread: http://www.telerik.com/community/forums/aspnet-ajax/tooltip/tool-tip-as-modal-popup.aspx

Which fixed my problems with my dropdownlists, but I'm also using a RadMonthYearPicker and despite adding

<style type="text/css">
 
.RadCalendarPopup
{
   z-index: 10000!important;
}
 
</style>

To the header of the aspx page I'm working on the popup on the picker still opens behind the modal window.

Is there a different css class I need to reference since it is a MonthYearPicker rather than a DatePicker?

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 01 Aug 2012, 04:30 AM
Hi Justyn Hunter,

Try the following CSS to open the RadMonthYearPicker above the modal window.

CSS:
<style type="text/css">
  .RadCalendarFastNavPopup
    {
       z-index: 10000 !important;
    }
</style>

Hope this helps.

Regards,
Princy.
0
Justyn Hunter
Top achievements
Rank 1
answered on 01 Aug 2012, 02:35 PM
That worked, thanks a lot!
Tags
ToolTip
Asked by
Justyn Hunter
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Justyn Hunter
Top achievements
Rank 1
Share this question
or