I would like to implement a pull down menu when clicking on a grid cell. So I can launch further actions with the value inside the cell. However, the closest extjs feature I observe is combo box but this is not exactly I want because selecting a value also changing the value inside the box.
1. Create an Ext.menu.Menu.
2. In the cellclick handler of the grid check if the correct column was clicked.
3. Show the menu at the event coordinates (or get the cell position and align the menu to that).