Unplanned
Last Updated: 26 Apr 2023 13:23 by Jakub
Created by: Jakub
Comments: 0
Category: ContextMenu
Type: Feature Request
10
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.
Unplanned
Last Updated: 23 Mar 2023 07:10 by Nathan
Created by: Nathan
Comments: 0
Category: ContextMenu
Type: Feature Request
2

Example use case is to have a context menu bound to a form item. The form item would re-render on submit that would change the dom element.

Example: https://blazorrepl.telerik.com/mxEnmnaV09ahp4EB15

Workaround: https://blazorrepl.telerik.com/mxkxwHOr08fcjSKK39

Unplanned
Last Updated: 16 Dec 2022 16:48 by Nate
Created by: Nate
Comments: 0
Category: ContextMenu
Type: Feature Request
2
Is it possible to get the same slide-down animation in the right-click context menu, that you see when you click one of the column filters in Grid? If not can you please add a feature request for that?
Unplanned
Last Updated: 11 Jan 2023 12:34 by ADMIN
Created by: Abhishek
Comments: 0
Category: ContextMenu
Type: Feature Request
6

Hello,

Please consider an OnHide event for the ContextMenu. Here is a scenario - the target's styles change when the Menu opens. There is no reliable built-in event that one can use to revert the styles back. The user can click on a Menu item, but they can also click somewhere else or hit Escape.

Currently, a possible workaround is to listen for clicks and keypresses on the document with JavaScript:

https://blazorrepl.telerik.com/mclcPUbJ49jerlsh57

Unplanned
Last Updated: 11 Apr 2022 11:26 by Adrian
Created by: Adrian
Comments: 0
Category: ContextMenu
Type: Feature Request
3
I would like to be able to hide the context menu when I scroll the browser.