Have an app with nested splitters and am finding that, other Infragistics controls, such as the WebDropDown and WebDataMenu disappear behind SplitterPanes when they dropdown contents such as below:
AP Issue is WebDropDown without about 10 values which have disappeared behind the splitter pane below it.
Are there settings in these controls that prevent this?
Thanks
hi,
Could you try setting the property EnableDropDownAsChild = false? Another topic that may be helpful to you is this one:
http://forums.infragistics.com/forums/p/33797/183984.aspx
Hope it helps,
Angel
Hi Angel,
Thanks for the reply, that solves the problem for the WebDropDown, but the issue persists for WebDataMenu. There appears to be no such property for the WebDataMenu. Ideas?
Thanks again!
Have you tried setting the webdropdown's z-index to a higher value than the surrounding controls? - ET
Sorry...I meant to say the WebDataMenu. - ET
Yes. Did not work.
I think it may have to do with the fact that it is inside a splitter pane. We use one of the panes to contain the menu. We had done this with the old UltraWebMenu with no trouble.
The reason we had used a splitter pane over something like a DIV container, is that it is easier to get a single splitter control to consume 100% height of a browser surface than a stack of DIV containers.
Randy,
Did you try setting the z-index in the source code?
<
ig:WebDataMenu ID="WebDataMenu1" runat="server"
</
ig:WebDataMenu>
Ed
Hi e, I appreciate the reply. I did try setting z-index very high. Unfortunately same result. I am not positive, however, I applied z-index to the appropriate element (.igdm_ControlHorizontal) of the ig_datamenu.css file.
Randy