Hey guys,
I have a WebNavBar control linked to a grid, it used to work fine until I upgraded to the version:
Infragistics35.WebUI.WebNavBar.v9.1, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Also I'm using Internet Explorer 8,
what happens is that the WebNavBar is rendering behind the grid (you can barely see the border of the control just beneath the grid)
I've removed any formatting to the grid and with no background on the grid I see the WebNavBar control, right behind the grid.
I've tested the page with Firefox and it works beautifully. I was gonna test it with chrome but some JavaScript that I added for the webCombo control doesn't work quit well. Anyway, do you guys have any suggestions?
check out this screenshot:
(http://www.viops.net/WebNavBarNotWorkingInIE8.JPG)
THANKS !!!!
Ok I'm making progress here, this is the line it is making it fail
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
any ideas?
I was actually able to reproduce this problem in a very simple project.
1 aspx file
2 master pages
1 web.config file
No additional javascript, no CSS, no anything else.
It happens when there are two nested master pages appearently.
any thoughts?