What's New in AG Grid 34
AG Grid Enterprise 34 is our first major release of 2025. It introduces major new features focused on improving filtering, editing, and tree data management:
- New Filters Tool Panel - Redesigned UI and new filtering options
- Cell Editor Validation - Validate edits before they are applied.
- Batch Cell Editing - Edit multiple cells before committing changes
- Bulk Cell Editing - Edit multiple cells with a single action
- Tree Data Drag & Drop - Managed row dragging for tree data
New Filters Tool Panel
AG Grid 34 comes with a completely rewritten and redesigned Filters Tool Panel, which allows users to access the grid's filters without opening the column menu.
Aside from a cleaner UI, the new filter tools panel allows users to:
- Select the columns you wish to perform filtering on.
- Choose between Simple, Selection & Combo filters.
- Configure global Apply, Clear, Reset and Cancel Buttons - this is particularly useful when applying filters using the Server Side Row Model, as the filters can be set with a single request.
Cell Editor Validation
AG Grid 34 provides built-in validation for all Provided Cell Editors which automatically check the constraints defined in the column configuration. You can also override these defaults by providing additional rules that are specific to your application.
Validation is performed when editing ends, and you can configure the grid to handle invalid values by either reverting or blocking the change.
Batch Cell Editing
AG Grid 34 allows users to edit multiple cells in the grid before committing the changes. This is useful for scenarios where you want to make several edits before updating the data source.
Bulk Cell Editing
AG Grid 34 allows users to edit multiple cells in a single action by selecting the cells to update, entering a new value, and committing the change with the tab key.
This is useful when you need to update multiple cells with the same value, for example, updating the status of row items or overriding null values:
Tree Data Drag & Drop
AG Grid 34 introduces managed row dragging for Tree Data, meaning the grid will now automatically handle the dragging of rows and updating of the data structure.
It supports reordering, moving parents and children, and converting a leaf node into a group:
Summary
AG Grid 34 significantly enhances filtering, editing, and tree data interaction for both devs and end-users. We highly recommend upgrading to this new version to benefit from these improvements. As there's no breaking changes from AG Grid 33, it should be an easy process.
As always, we’re keen to help you upgrade and to hear your feedback.
Happy coding!
Next Steps
New to AG Grid? Get started in minutes, for free:
Considering AG Grid Enterprise? Request a free two-week trial licence to test your application in production and get direct access to our support team.
Happy coding!