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

New Appointment window comes below RadMenu Control

2 Answers 49 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mohan
Top achievements
Rank 1
Mohan asked on 03 Feb 2013, 06:32 AM
Hi,

I'm building one application and I have the following issue
I have one menu 'RadMenu' in the top,
and I have in the same page RadScheduler
when I click on New appointment, the Popup window will shown but below the RadMenu and it will not be much visible
so I have to drag it to another place in the screen

any help to show the popup window over the Rad Menu?


2 Answers, 1 is accepted

Sort by
0
Accepted
Boyan Dimitrov
Telerik team
answered on 07 Feb 2013, 08:45 AM
Hello,

Actually this is expected behavior since our RadMenu control has z-index style property set to 7000 in order to overlay all elements on the page.
An easy and convenient way to place your RadScheduler advanced form at the top and overlay the RadMenu control would be to use the following css style:
//css
<style type="text/css">
        div.rsAdvancedModal {
            z-index: 8000 !important;
        }
    </style>


Regards,
Boyan Dimitrov
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.
0
Mohan
Top achievements
Rank 1
answered on 10 Feb 2013, 12:14 PM
yes
 it works :)

Thanks
Tags
Scheduler
Asked by
Mohan
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Mohan
Top achievements
Rank 1
Share this question
or