Im having a problem with the web menu in popup mode. When i first show the menu it is positioned properly. But if I scroll my page to the right, show the menu, and try to hover over a root level item the submenu is not displayed in the correct position. Sometimes it is displayed to the far left of the page, and sometimes it displays behind the menu. I was just wondering if this is a known bug with Infragistics35 ver 8.1 and if so is tehre a known workaround or hotfix available?
Hello Guys,
I can suggest two very good resources that can help a lot when it comes to positioning context menus in browsers. You can start by checking out this excellent blog post by Tony Lombardo on how to implement context menu and position it over grid:
http://blogs.infragistics.com/blogs/tony_lombardo/archive/2007/02/20/excel-copy-and-paste-with-netadvantage-for-asp-net.aspx
And also you can review the following discussion in our online forums that provides additional details:
http://forums.labs.infragistics.com/forums/t/3235.aspx
Hope this helps.
The problem I am having is one I have a main page that has a panel in it. The panel has been set to a relative position and overflow:hidden in order to hide the panel with the web splitter. This was how I was told by infragistics to hide the grid in the splitter. So now when I try to render my context menu's in this relative positioned container (panel) it's position is all messed up. I am trying to find some kind of js method that will help me get the offsets to show the menu in the right spot that the user clicked. Any suggestions would be great.