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

Multiple grids filter box overlapping again

4 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gabe Knight
Top achievements
Rank 1
Gabe Knight asked on 23 Jun 2010, 07:01 PM
Hi to all,
It seems that there has been a problem with my previous similar post, so I re-post it. So as you can see at my screen shot, there is a problem with my first grid's filter box and the second grid which seems to be in a higher "layer" than the filter box. Also the text boxes of the filter are larger than the box. Any ideas which could be proved helpful are appreciated.

Thanks in advance and sorry for the inconvenience.


4 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 24 Jun 2010, 08:45 AM
Hello Gabe ,

It seems to me that you are using the z-index property quite a bit. If so, removing it from the grids and the textbox should make the problem go away. If not, please post some of your code.

Sincerely yours,
Alex Gyoshev
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Matt
Top achievements
Rank 1
answered on 13 Oct 2010, 08:03 PM
I'm having the same issue and have not set any custom z-index css.  Any suggestions as to why the filter is appearing behind the next Grid below it? see screenshot.
0
Atanas Korchev
Telerik team
answered on 14 Oct 2010, 07:07 AM
Hi Matt,

 You need to set the z-index of the first grid. This will make it and its filter menu appear higher in the z-index stacking hierarchy. You can check my blog post which describes why this behavior occurs.

Regards,
Atanas Korchev
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Matt
Top achievements
Rank 1
answered on 14 Oct 2010, 11:21 PM
My problem was that I was not setting the Z-index correctly. It works when you add the following:

 

 

.HtmlAttributes(new {style="z-index:99999"})

Tags
Grid
Asked by
Gabe Knight
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Matt
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or