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
925
Close context menu on PopupControlContainer close
posted

I have a popupMenuTool acting as a Context Menu that has a couple of nested popupMenuTools in it, one of the nested poup menus has a PopupControlContainer tool in it. I'm listening to an event on the embedded control and then closing the popupControlContainer, the problem is that the rest of the context menu does not close; this is inconsistent with what you'd expect from clicking on an option in a context menu.

Depending on what else happens on the event in the control the context menu will sometimes close (e.g. If I open a new dialog).

Is there a way to tell the whole context menu to close?