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

Menu inside a splitter issue

4 Answers 117 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
nachid
Top achievements
Rank 1
nachid asked on 17 Mar 2011, 11:28 AM
Suppose two horizontal splitters.
In the the first one, put a menu control
The second splitter always hides this menu items
I read this good article from Atanas

Whatever the z-index value or/and the position,  I set for the menu. I could not get my menu items displayed over the splitter

Is there any reference where I can find the z-index values for splitter elements?

4 Answers, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 17 Mar 2011, 03:27 PM
Hello nachid,

Since the panes have overflow: hidden or auto, setting the z-index does not matter - the content of the panes will never leave them, Their content will not break out only if you set overflow:visible; if you set it to the specific pane (through HtmlAttributes), you can achieve the desired effect.

All the best,
Alex Gyoshev
the Telerik team
0
nachid
Top achievements
Rank 1
answered on 17 Mar 2011, 03:34 PM
Thanks a lot.
0
Raido Valgeväli
Top achievements
Rank 2
answered on 17 Oct 2011, 12:13 PM
Thank God and Telerik forums that this post is available. I'd consider this to be a very common scenario and a good candidate for MVC splitter/menus/integration demos.

 Raido
0
mahmoud
Top achievements
Rank 1
answered on 31 Jul 2012, 12:30 PM
Thankssssss! It solved my big problem.
The note is the overflow:visible property should be set on splitter not on menu (What I did wrong at first)
Tags
Splitter
Asked by
nachid
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
nachid
Top achievements
Rank 1
Raido Valgeväli
Top achievements
Rank 2
mahmoud
Top achievements
Rank 1
Share this question
or