Top "Ag-grid" questions

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

Auto Row Height property of agGrid is not working

I am using Angular Grid in my project. I want to increase the row height automatically when cell content increased. …

angular ag-grid row-height
How to disable sorting for a specific columns in Ag-grid?

I am using https://www.ag-grid.com/ in one of my AngularJs projects.My requirement is to disable the sorting …

angularjs ag-grid
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
ag-grid table: Vertical-align: middle

I am using the framework ag-grid () I have changed the row-height to 50px. <div className="ag-theme-balham" style={{ height: '90…

reactjs ag-grid
How can I merge cells of Ag-grid?

I am using Ag-grid and I need merge particular cells in a row. How can I do this?

ag-grid ag-grid-ng2
agGroupCellRenderer not found

I upgraded the ag-grid & ag-grid-react to 14.2.0, but I still get this warning: ag-grid: Looking for component [agGroupCellRenderer] but it …

ag-grid ag-grid-react
Angular & ag-grid: cannot register framework component using frameworkComponents

As part of an Angular application, I am developing a table based on ag-grid and I want to render a …

angular ag-grid ag-grid-angular
ag-grid Height=100% collapsed

Locally ran Basic AngularJS 1.x Example, found out if style="height: 100%;" the grid collapsed into a horizontal line. Setting it …

ag-grid