I have an Ag Grid with fullRow edit functionality. The row enters edit mode when an Edit button is clicked (using the startEditing() method of the grid).
On edit mode, I display two buttons, Save and Cancel. I've found ways to suppress Keyboard events (Enter, Esc etc). But I can't find any way to stop the grid from exiting edit mode when another cell is clicked. I want the row to still be on edit mode even when another part of the grid is clicked.
How can I achieve this functionlity? Thanks
N:B: I'm using ag-grid (latest version) with Angular 9