0
votes

i am writing an an angular project with ag-grid and I want to try out the row grouping. Below is the test code from ag-grid website. However the grid shows regular grid and receive following in the debug window.

ag-Grid: enableRowGroup is only valid in ag-Grid-Enterprise, your column definition should not have enableRowGroup

Any idea, how to use trial version of ag-grid-enterprise?

Sample code: https://www.ag-grid.com/javascript-grid-grouping/

1

1 Answers

0
votes

add below in app.modules.ts resolves the issue import { AgGridModule } from '@ag-grid-community/angular';