Why is the submenu showing up on the top instead of the bottom? and this if I place a <p> </p > otherwise I would not even see the submenu at all<form id="form1" runat="server"> <div> <p> </p> <ignav:UltraWebMenu ID="UltraWebMenu1" runat="server"> <ExpandEffects ShadowColor="LightGray" Type="Slide" Opacity="80" ></ExpandEffects> <Items> <ignav:Item Text="options A"> <Items> <ignav:Item Text="1a"></ignav:Item> <ignav:Item Text="2a"></ignav:Item> </Items> </ignav:Item> <ignav:Item Text="options B"> <Items> <ignav:Item Text="1b"></ignav:Item> <ignav:Item Text="2b"></ignav:Item> </Items> </ignav:Item> </Items> </ignav:UltraWebMenu> </div> </form>
Great Greg,
Great that you found a workaround.
Hi Anton,
I was not able to reproduce the problem with a simple static page. In my applications, I create all the controls dynamically, except for the top-level panel. Then, I use JavaScript to reposition and resize the controls from the window.onresize and window.onload events.
I did find a work-around. If the top-level panel uses relative positioning, my submenus display correctly. If the top-level panel uses absolute positioning, my submenus do not display.
Hello GregPeters ,
Would you provide a sample page where we could test with internal builds an check he issue. Meanwhile you can contact developer suppot to issue a support ticket for this issue.
Thanks
For your information: I downloaded the July service release. My submenus that work correctly in 8.2 still do not dropdown in the latest 9.1 release. This is the dll I am using:
Infragistics35.WebUI.UltraWebNavigator.v9.1.dllFile date: 7/17/2009File Version: 9.1.20091.2067
-Greg
I did not see this fix listed in the release notes for the July service release. Can you please confirm it did indeed get released?