Hello Everybody,
I have upgraded my full project and now my utrawebMenu is like this :
Infragistics35.WebUI.UltraWebNavigator.v9.1
So, the problem is that the sub-menus appears, now, up from the general menu
I would like, like before my upgrade, to see them down my general menu
What shoud I have to do ?
Thanks a lot for your help
Make sure that you have the height defined on the HTML, FORM, and BODY elements. The following post shows a simple way to accomplish this:http://forums.infragistics.com/forums/p/2242/79932.aspx#79932
The reason this occurs is because the menu is attempting to calculate how much room it has beneath it, to see if it can open downward. Without defining these heights, the menu assumes it doesn't have enough room to go downward, and so goes upward.
If this doesn't address your issue, you should submit a support request and attach a sample project that demonstrates what you're seeing. A Developer Support Engineer will investigate your issue and work with you to find a resolution.