Top "Ag-grid" questions

AG Grid is a client-side JavaScript grid which is designed to be framework agnostic.

AG-Grid - How to insert a line break into my cell data

I'm new to AG-Grid, so forgive me if this is a dumb question. We're using the OSS version of Ag-Grid …

ag-grid ag-grid-ng2
AG-Grid: How to remove the Column Menu

I would like to remove the column menu. I can simply display: none it, but it seems a waste to …

ag-grid ag-grid-react
How to prevent row selection after clicking on link inside custom rendered cell in AgGrid

I am using AgGrid and have rowSelection="multiple" on my grid, have {cellRendererFramework: PrintCell} on the last column, which is …

reactjs ag-grid ag-grid-react
AG-Grid large dataset render time (slow)

I have a grid with a large but reasonable amount of data (approx 12,000 cells... 340 columns and 34 rows). I know that …

javascript performance ag-grid
Ag-grid Angular How to get click events on Header?

Is there any way to get notified of click events on ag-grid's header in Angular? The <ag-grid-angular>-Component …

angular ag-grid ag-grid-ng2
AG-Grid: show certain "action" buttons in grid depending on condition

I'm using the community edition of "AG Grid" in my Angular 6 application. My challenge right now is this: I have …

typescript angular6 ag-grid
How to prevent event propagation for "Enter" key press in ag-grid-react cellEditor component?

My question primarily revolves around this statement in the docs w.r.t. the react component: cellEditor Params onKeyDown Callback …

reactjs ag-grid ag-grid-react
unnecessary horizontal scroll bar coming inspite of using sizeColumnsToFit in ag-grid

I have upgraded my ag-grid version from 7.2.0 to v14.2.0. When I use sizeColumnsToFit() api with onGridReady or onGridSizeChanged event, it …

javascript angularjs ag-grid
Editable and non-editable some ag-grid cells dynamically

I have to implement editable/non-editable of the corresponding cells in a particular row depending on datatype selection. When we …

ag-grid
How to change the color of selected row in ag grid?

I need to change the selection color from blue(default color) to red bordered blue color in ag-grid. Refer the …

ag-grid ag-grid-react ag-grid-angular