Hi,
I have a grid and I need to generate context menu when I right click on a row. Does ignite ui have this feature? Please let me know.
Thanks,
Siva
Hello Siva,
The IgniteUI product currently does not have a context menu or cascading context menu out of the box.The sample in my previous post demonstrates how to create a context menu in the application logic.Please use this sample application as a guideline on how you may implement any kind of context menu you may need.
Sincerely,
Thanks for the reply.
My project requirement is to have a sub menu inside the context menu. I Would like to know if that is possible with your context menu? See screenshot below
The IgxGrid has a "onContextMenu" event which you can use to show anything you need (including a context menu).There is also an option to prevent the browser from showing the default browser context menu.I am attaching a sample which shows how to create a custom context menu and obtain the target grid cell when executing different context menu operations.
Let me know if I may be of any further assistance.
Sincerely,Radko KolevSenior Software DeveloperGridContextMenu.zip