I'd like to prevent the Context Menu from closing when a user clicks on a parent item. The default behavior in most MS applications is that the Context Menu doesn't close after clicking on a parent item.
2 comments
Alex
Posted on:08 Apr 2025 15:22
Yes please
The commonly suggested preventDefault() and stopPropegation() is not part of ContextMenuSelectEvent.
Sean
Posted on:03 Feb 2025 15:42
Agreed. It is annoying that context menu closes when user accidentally clicks parent item which is just a grouping of child items.