Dear all how do Implement a context menu on right clicking a grid in sencha gxt 3.1.0
Dear all how do Implement a context menu on right clicking a grid in sencha gxt 3.1.0
All you have to do is call grid.setContextMenu(menu);
Build your context menu by following https://www.sencha.com/examples/#Exa...ontextmenutree
If you only want to have a context menu in a specific column or cell that is a different solution which I could help you with as well.
Good luck!
thanks man..
what of checking for null on the properties of the grid..