Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
Ignite UI iggrid anular: on mouse right click context menu?
posted

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

Parents
  • 2151
    Offline posted

    Hello Siva,

    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 Kolev
    Senior Software Developer
    GridContextMenu.zip

Reply Children