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

Menu appears behind window

1 Answer 59 Views
Window
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 2
Joe asked on 16 Nov 2015, 06:13 PM

I'm following this demo: http://demos.telerik.com/aspnet-ajax/filter/examples/filterinradwindow/defaultcs.aspx for a project I'm working on. The difference is my grid has detail grids. The issue is when I click on anything with a menu on the filters. The selection menu shows behind the window/modal. What's up with that?

 

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 17 Nov 2015, 09:25 AM

Hello Joe,

Most likely, there is a rule that changes the default z-index values our controls have: http://docs.telerik.com/devtools/aspnet-ajax/controls/controlling-absolute-positioning-with-z-index.

Since the demo works fine for me and the default menu z-index is higher than RadWindow's, I suggest the following:

  • Examine the markup for Style rules like the one in the article.
  • Examine the rendered markup via the browser dev toolbar to see what is the actual z-index of the elements and where it comes from.
  • If neither of the above suggestions helps, post here (or in a support ticket) a small runnable sample where we can reproduce the problem in order to help. This blog post can help you isolate such a sample: http://www.telerik.com/blogs/isolating-a-problem-in-a-sample-project.

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
Window
Asked by
Joe
Top achievements
Rank 2
Answers by
Marin Bratanov
Telerik team
Share this question
or