AG Grid Version Guide for Angular Upgrades | Generated by AI

Home 2026.02

Question: How have the ag-grid packages developed in terms of versions? Especially, if we upgrade Angular from 9 to Angular 14 or 17, how should we choose the version of ag-grid?

Answer:

AG Grid (including ag-grid-community and ag-grid-angular) follows a regular release cycle with major versions every ~6 months and minor/patch releases more frequently. As of early 2026, the latest versions are around 35.x (e.g., 35.0.1 or 35.1.0), which include many performance improvements, new features (like better date/time grouping, tool panel enhancements, and charting updates), and ongoing support for modern Angular versions.

The ag-grid-angular package has evolved significantly:

AG Grid & Angular Compatibility (based on official chart, early 2026)

Angular Version Compatible AG Grid Versions Recommended / Latest Possible
9 23 – 27 ~27.x (last good match)
10–11 24 – 27 ~27.x
12–13 25 – 30 ~30.x
14–15 25 – 31 ~31.x
16 28 – 32 ~32.x
17 28 – 34 ~34.x
18 28 – 35 ~35.x
19–21 28 – 35+ 35.x (latest)

Recommendations when upgrading Angular

Practical steps for choosing / upgrading ag-grid version

  1. First upgrade Angular (follow official Angular Update Guide step-by-step: 9→10→11→…).
  2. After each Angular major version, update ag-grid-angular + ag-grid-community to a compatible version from the table above.
  3. Use the highest patch/minor version within the compatible range (e.g., for Angular 17 → prefer 34.2.x or 34.3.x over 28.x).
  4. Check the changelog and specific “Upgrading to AG Grid XX” guides (especially for 28, 30, 32, 33) for breaking changes.
  5. Test custom cell renderers / editors — many old patterns (e.g., AgGridModule.withComponents()) were removed around v28.

Summary — When moving from Angular 9 to 14, choose AG Grid ~31.x; to Angular 17, choose ~34.x (or latest 35.x if you can also update to newer Angular). This gives you modern features and long-term maintainability.

References:


Back Donate