Hi,
I am using <webtab> and <webdatamenu> inside the <updatepanel> control. The problem is when i am doing a mouse over on <webdatamenu> menu is appearing behind the <webtab>. Do we have to change any properties of <webdatamenu> to resolve this issue?
Thanks,
Mit
Hello Mit,
I see that you have created another thread for the same issue. I have answered to that thread, here is the link for the same.
http://community.infragistics.com/forums/t/53140.aspx
I am currently experiencing the same issue with NetAdvantage 2011.2, Visual Studio .Net 2010 and IE8. Is there another work around or solution for the issue. My WebDataMenu is on a master page and the WebTab is on a web form. The drop down menu items appear behind the WebTab preventing a user from being able to select any option below the first one. Thanks for your help.
Wendy Parent
Thanks for the tip. I had the same issue. I had to change my content tab to position:relative and a zindex of -999 for it to work though.
Steve
Thank you so much. That worked perfectly.
Wendy,
Since Infragistics won't respond to you, I will give you my solution, and hopefully it will work for you as well. I gave up on trying to manipulate the Infragistics controls, and instead wrapped my menu and main content with div tags, and then set the z-index on those, like so:
<div id="MenuDiv" style="z-index:250000;">
<div id="ContentDiv" style="z-index:0;">
Chad
I have received no reply from Infragistics or otherwise and have not found a work around.
Was there ever a solution for this issue? I am having the same problem, with the same set up as Wendy.