Hi,
We are using Ignite UI 2013.vol2 build for developing an ASP.NET MVC application. I would like to know how to bring or popup context menu on the IgGrid right mouse click event.
Please let me know the technical feasibility of this feature.
Regards,
Praveen
Hi Praveen,
Thank you for posting in our forums! We don’t have this functionality build in our product but there are plenty of free solutions in the web. One of them is a custom jQueryUI plugin which you can download from here. I prepared a sample page where I integrated the context menu with our grid. It appears only if you right-click on a selected row. Otherwise the default context menu appears. Please take a look at it and let me know if it works for you.
I’m looking forward to your reply!
Kind regards, Petko Zhekov Senior Software Engineer
Hi Petko Zhekov,
This is what exactly we are looking. Thanks for the solution with the example.
One more question here which is how to extract the values of different columns for the selected row from the same example you given to me.