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

RadMenu problem

1 Answer 68 Views
Menu
This is a migrated thread and some comments may be shown as answers.
David Tabatadze
Top achievements
Rank 1
David Tabatadze asked on 04 Apr 2011, 03:00 PM

hello.

I'm using Asp.Net Ajax 2010 Q3 edition,

On the page i have RadMenu and RadGrid with PopUp edit form.

The problem is that when i move grid popup form over the menu, the menu hovers it, despite of that my popup is modal. (see the file)

Is this any bug or something?

Is there any solution?

thx.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Apr 2011, 06:25 AM
Hello David,

You can determine which control to be shown on top of others by setting a proper z-index. The Default z-index for the RadGrid's PopUp edit form is 2500 and the RadMenu is 7000. In your case you can set the z-index for the PopUp edit form not lower than 7001, or set z-index for RadMenu which should be less than the z-index of the PopUp edit form. You can find more information about the z-indexes here.

Thanks,
Shinu.
Tags
Menu
Asked by
David Tabatadze
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or