Top "Ag-grid-angular" questions

ag-Grid is a fully-featured and highly customizable data grid Angular Component.

How to disable selection of cells in ag-grid?

I have a simple ag-grid in an Angular project and want to disable selection of cells in one of its …

angular ag-grid ag-grid-angular ag-grid-ng2
Cannot bind to 'gridOptions' since it isn't a known property of 'ag-grid-angular'

I'm trying to run the example project of ag-grid but getting the following exception: Can't bind to 'gridOptions' since it …

javascript angular typescript ag-grid-angular
ag-grid-angular: Error TypeError: rowData.forEach is not function

Trying to incorporate ag-grid-angular in my project. I have succeeded in getting it to work with static data with filtering …

ag-grid ag-grid-angular
How to launch a method after a cell value has been edited in ag-grid?

I have this simple column: Here's its definition: { headerName: "Activité", field: "activite", editable: true, , cellClass: "cell-wrap-text" } Here's the method I …

angular ag-grid ag-grid-react ag-grid-ng2 ag-grid-angular
Warning 'grid zero width' when using ag-Grid's sizeColumnsToFit() on two separate ag-Grids, displayed by a tab menu

Getting the warning below when resizing ag-Grid (change size of browser window) and switching between two tabs: ag-Grid: tried to …

angular tabs ag-grid ag-grid-ng2 ag-grid-angular
Ag Grid Call a function on click of checkbox

In Angular & Javascript, I have Ag-Grid with checkboxSelection: true in one of the column. I need to call a …

javascript angular ag-grid ag-grid-angular
Trouble setting up sample table. "Could not find matching row model for rowModelType clientSide"

I've been going through the "Getting Started" tutorial for the ag-grid on the fresh project. Completed all the steps but …

ag-grid-angular
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
How to implement validation rules for ag-grid row edit

I currently have html table with inline editing that uses plain Angular Reactive Forms, including a lot of validation rules: …

ag-grid ag-grid-angular ag-grid-validation
How can I disable right click/context menu for ag-grid?

I am using ag-grid enterprise version and I want to disable context menu or a right click on the grid …

ag-grid ag-grid-angular