ag-grid-ng2 is now deprecated. Please use ag-grid-angular going forward. ag-grid-ng2 was used as a project that contains the Angular components for use with ag-Grid.
Questions tagged [ag-grid-ng2]
216 questions
0
votes
1 answer
AG Grid, using tree formatted data and filtering by non leaf nodes
I am providing tree formatted data to the grid. When I used the in column filters, it applies the filters to the leaf nodes and shows parent nodes where needed to provide a path to the leafs.
I am looking for a way to allow the user to provide a…

Josh
- 1,648
- 8
- 27
- 58
0
votes
0 answers
Angular 2 ag-grid: create an button and bind (click) event listener to it
So I am trying to add a event listener but for some reason it doesn't seem to be working, when I click on it, nothing happens.
This is my column definition:
{
"headerName":"Work Instance Id",
"field":"wrkInstId",
"width":100,
//…

josh_boaz
- 1,963
- 7
- 32
- 69
0
votes
1 answer
How to Drag and drop rows within ag-grid ng2 (reorder rows)
I need to drag and drop rows within ag-grid-ng2 and reorder the rows. I used processRowPostCreate but events(ondragstart,ondrop ) are not getting fired.
Thanks in advance for any help

Poonam Thote
- 367
- 3
- 5
- 12
0
votes
0 answers
Uncaught ReferenceError: require is not defined at /node_modules/ag-grid-ng2/dist/agGridNg2.js:2
using ag-grid-ng2 there is error "Uncaught ReferenceError: require is not defined at /node_modules/ag-grid-ng2/dist/agGridNg2.js:2"

Poonam Thote
- 367
- 3
- 5
- 12
0
votes
1 answer
ag-grid-n2 causing Can't resolve all parameters for my editor component
I'm declaring a few editorFrameWork components for my ag-grid in my Angular 2 project. However, when I inject any services in the constructor of my editor component, TypeScript compiler throws the following error upon loading the webpage:
Uncaught…

jerryh91
- 1,777
- 10
- 46
- 77
-1
votes
0 answers
how can i move columns with children to a new line in AG GRID
enter image description here
I need to make an ag grid table so that a certain number of columns are in a row and the rest are moved under it?
in this screenshot, each blue header is a separate grid table, the values are marked in orange, these…