Unplanned
Last Updated: 08 Jun 2022 08:32 by Thomas
Created by: Thomas
Comments: 0
Category: ContextMenu
Type: Feature Request
7

So far the ContextMenu component provides a built-in appendTo property which can be used to define the container to which the popup will be appended. But it cannot be used to set a custom container for all ContextMenu popups used in the application.

Provide a way to define a custom global container to which all ContextMenu popups will be appended. The same is provided for the Kendo UI for Angular Popup using the POPUP_CONTAINER:

https://www.telerik.com/kendo-angular-ui/components/popup/api/POPUP_CONTAINER/

https://stackblitz.com/edit/angular-nuqbre-ty383e

 

 

Unplanned
Last Updated: 01 Feb 2021 06:45 by ADMIN
Created by: JMB
Comments: 1
Category: ContextMenu
Type: Feature Request
3

Hello,

I would like to customize the direction of my context menu (I would like to always open/expand it to the left).

I looked it up, and it seems there was an option available in the JQuery version called "direction" (https://docs.telerik.com/kendo-ui/api/javascript/ui/contextmenu/configuration/direction).

I couldn't find this option in the Angular version that's why I am submitting this feature request.

Thank you

Unplanned
Last Updated: 04 Jan 2024 08:49 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: ContextMenu
Type: Feature Request
2

Hi,

Adding a visible property will be helpful for developers to hide or show items depending on specific conditions or MenuItem collection similar to the disabled property.