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
915
Toolbar Under Menu
posted

I am having a problem.  I have a WebDataMenu control and under it is a ToolBar control.

When I Hover over a menu item and get the dropdown of sub items, I click on a sub Item and what happens is the submenu goes away and it activates the click even of the toolbar item underneath the submenu item?

How can I stop this from happening?  Please respond ASAP as I am to go to production with this app tomorrow.

Parents
No Data
Reply
  • 3726
    posted

    Hi there,

    can you post the html page source? If you subscribe menu client side ItemClicked event and cancel the event, does it help to resolve the issue? This should not happen, because click event should be fired only after mousedone and mouseup are registered over a DOM element. Are you sure that menu is not contained in the toolbar? Because if it is this behavior is expected. And in order to prevent it you have to cancel the mouse done or mouse up events for the menu control.

    Thanks,

    Lubomir

Children