Relative Content

Tag Archive for ag-gridag-grid-react

ag-grid doesn’t retain focus on switching between windows

I have used custom headerComponent for all columns and custom cellRenderer for all cells in ag-grid. When a particular cell or header has focus, if I switch to another window and come back to the ag-grid window, it doesn’t retain focus. Focus goes to the first field of the window. How to make ag-grid retain focus when switching between windows?

How to do fullRow edit with readyOnlyEdit in AG Grid?

When using both editType='fullRow' and readOnlyEdit in AG Grid (React), neither onRowValueChanged() nor onCellValueChanged() seem to be called after editing a row. In this case (i.e., with editType='fullRow' and readyOnlyEdit), how do I respond to a full row edit request?