IgniteUI / igniteui-react

High-Performance Data Grid and High-Volume Data Charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There must be some way to add the context menu in IgrDataGrid

avanish2403 opened this issue · comments

Is your feature request related to a problem? Please describe.
There must be a way to add a context menu for IgrDataGrid. When I right click on the grid it opens a customized menu.

Describe the solution you'd like
Add a way to implement the concept of context menu on right click on IgrDataGrid.

Some like this:-
image

I was able to do with by wrapping the grid in the context menu component from ShadCN UI and then passing the gridRef to it as props.