Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
UltraWebMenu - Hover issues
posted

Hi,  I recently started using NetAdvantage controls for developing web applications, and now I need some advice:

I use a UWM to list links to some reports, each report loads it's data on a webgrid. The webgrid is on an iframe.

 

My issue: The UWM's top menu items must show their submenus only when they are clicked, and not when the mouse cursor is over one of them . I'm using XPStyle and it accomplishes that up to some point, but I noticed that when I move the mouse cursor out of the UWM, and then I move it back to the UWM the submenus show up, and that's the behaviour I want to avoid, cause that happens mostly when one of the app users need to click a button which is directly below the UWM.... and reallocating the button is not an option, as absurd as it may sound.

 

Something similar happen when one of the UWM's top menu items is clicked, then a row on the grid is clicked, and then the mouse cursor is moved close to the UWM.

 

In short, the UWM's top menu items have to display their submenu ONLY when they are clicked.

 

Can anyone help me?