GridPanel:: Showing context menu as per cell content
GridPanel:: Showing context menu as per cell content
Currently i am able to show content-menu for a row. I want context-menu as per the content of cell. Is there any possible to display context menu specific to cell.
So you are listening to the itemcontextmenu correct? It passes the HTML node where you right-clicked. You just need to figure out what column that is in.