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
603
ToolbarManager click event does not fire
posted

Has anybody experienced this problem? The toolbar works fine but not the menubar (i.e., File, View, etc.). They get highlighted when you click on them but the click even doesn't seem to get invoked and the submenus / drop-down menus also don't show up. It's like clicking on a read-only control. We have Infragistics 10.3 and the client machine that is having this problem is running Windows 7 64bit which is odd because our development machines are also running the same thing and we're not getting that problem.

Parents
  • 44743
    posted

    Make sure the Enabled property of the UltraToolbarsManager is not getting set to False. Try hooking the BeforeToolDropdown event and see if it is getting fired. This should be fired before all menus open. If you are already hooked into the event, make sure you are not setting e.Cancel on the EventArgs to True. This will prevent the menus from dropping down.

Reply Children