contextmenu and menu is seen at a time.

Both context menu and menu are seen at a time.When In did right click and opened the context menu on the list and same time when I clicked on menu both the context menu and menu are visible at a time. Is there any way to eigther context menu or menu based on the users last selection??

Can you share a code snippet, how the context menu is attached in the problematic case? By default the native context menu must be hidden when a custom one is shown.

If you are using some custom on_context, onBeforeContextMenu handler, be sure that it returns “false”.