---
title: "Community vs. Enterprise"
framework: javascript
version: "36.1.0"
---

# Community vs. Enterprise

This page provides an overview of the differences between AG Grid Community and Enterprise, when to use each version, and how to access our free trial or purchase a licence.

[Why Choose AG Grid Enterprise for your Data Grid](https://www.youtube.com/watch?v=9t4g5M3CM3o)

## Overview

AG Grid comes in two forms:

- **AG Grid Community**: Free for everyone, including production use - no licence required.
- **AG Grid Enterprise**: Requires a licence to use in production. Free to test locally, or request a [trial](#request-a-30-day-enterprise-bundle-trial-licence) to test in production.

*All Enterprise features are marked with an  (Enterprise) in our docs*

### Community Features

AG Grid Community contains all of the core features needed to build a robust data grid, including:

- **Data Grid Essentials** — Row and column configurations, sorting, filtering, and pagination.
- **[Cell Rendering](https://www.ag-grid.com/javascript-data-grid/component-cell-renderer/)** — Custom cell rendering - use your own components inside cells.
- **[Themes and Styling](https://www.ag-grid.com/javascript-data-grid/theming/)** — Pre-built themes and CSS customisation.
- **[Accessibility Support](https://www.ag-grid.com/javascript-data-grid/accessibility/)** — ARIA support and keyboard navigation.
- **[Performance Optimisations](https://www.ag-grid.com/javascript-data-grid/dom-virtualisation/)** — Column and row virtualization enabled by default.
- **Major Frameworks** — Support for React, Angular and Vue, in addition to vanilla JavaScript.

### Enterprise Features

AG Grid Enterprise contains advanced features, which are not available in other data grids, such as:

- **[Server-Side Row Model](https://www.ag-grid.com/javascript-data-grid/server-side-model/)** — Efficiently handle large datasets by loading data on-demand from the server.
- **[Excel Export](https://www.ag-grid.com/javascript-data-grid/excel-export/)** — Advanced export options, including styles and formulas.
- **[Pivot Tables & Aggregations](https://www.ag-grid.com/javascript-data-grid/pivoting/)** — Built-in pivot and aggregation capabilities for complex data analysis.
- **[Range Selection](https://www.ag-grid.com/javascript-data-grid/cell-selection/)** — Select and manipulate ranges of data.
- **[Integrated Charts](https://www.ag-grid.com/javascript-data-grid/integrated-charts/)** — Create and customise charts directly within the grid.
- **[Master/Detail View](https://www.ag-grid.com/javascript-data-grid/master-detail/)** — Nested grid views for hierarchical data representation.
- **[Row Grouping & Multi-Column Sorting](https://www.ag-grid.com/javascript-data-grid/grouping/)** — Advanced grouping and sorting options for better data organisation.
- **[Clipboard Operations](https://www.ag-grid.com/javascript-data-grid/clipboard/)** — Enhanced copy and paste functionality, including support for Excel-like behaviour.
- **[Tool Panels](https://www.ag-grid.com/javascript-data-grid/tool-panel/)** — Built-in configuration panels for columns and filters, or create your own custom panels.
- **[Custom Context Menu & Sidebars](https://www.ag-grid.com/javascript-data-grid/context-menu/)** — Additional UI elements for enhanced user interaction and customisation.

> **Note**
>
> See the [Pricing](https://www.ag-grid.com/license-pricing/) page for a full feature comparison.

## Enterprise Bundle

In addition to AG Grid Enterprise, we also offer an Enterprise Bundle licence, which provides access to both [AG Charts](https://www.ag-grid.com/charts) Enterprise (our standalone JavaScript Charting Library) and Integrated Enterprise Charts. Without an Enterprise Bundle licence, you will only have access to Integrated Community charts, powered by AG Charts Community. To learn more about the difference between Community Charts and Enterprise Charts, see the [AG Charts Community vs. Enterprise docs](https://www.ag-grid.com/charts/javascript/community-vs-enterprise).

## Test AG Grid Enterprise Features

You can test AG Grid Enterprise features locally without a licence key, just install the `ag-grid-enterprise` package and import the required modules - you do not need to provide a licence key. When you do not have a licence key installed then AG Grid Enterprise will display a watermark and an error message in the console.

## Request a 30-Day Enterprise Bundle Trial Licence

Explore AG Grid and AG Charts Enterprise without restrictions in a production environment with a free 30-day trial licence.

Your trial licence provides:

- Full access to all AG Grid and AG Charts Enterprise features.
- Removal of watermarks and console messages.
- Engineering support via Zendesk throughout your evaluation.

Complete the form below to receive your **30-day Enterprise Bundle trial licence**, so you can start building with AG Grid and AG Charts Enterprise today.

[Request a 30-day Enterprise Bundle trial licence](https://www.ag-grid.com/license-pricing/)

## Choosing the Right Version

**AG Grid Community** is an excellent choice if you need a robust, feature-rich data grid without the need for advanced enterprise features. It is ideal for developers and organisations looking for a free, open-source solution.

**AG Grid Enterprise** is the preferred option for companies that need advanced functionality, dedicated support, and a flexible licencing model. It is suited for complex applications that demand high performance, extensive customisation, and large-scale data handling.

**Enterprise Bundle** is the best choice for organisations that require both AG Grid Enterprise and AG Charts Enterprise, or those who have advanced use-cases for Integrated Charting.

## Support

AG Grid Community relies on community-driven support through GitHub and public forums.

AG Grid Enterprise provides dedicated support via [Zendesk](https://ag-grid.zendesk.com/hc/en-us) with guaranteed response times, bug fixes, and direct access to the AG Grid developers, who handle all support tickets. Support is also available during your free trial period.

## Licencing

Both AG Grid Community and Enterprise are open source, however, **AG Grid Community is available under the MIT licence** and **AG Grid Enterprise requires a commercial, EULA licence**.

For more information, review our [Licences on GitHub](https://github.com/ag-grid/ag-grid/tree/latest?tab=License-1-ov-file).

## Pricing

Licences for AG Grid Enterprise are available on a per-developer, per-deployment basis. Licences are perpetual and come with 1 year of support and updates.

For more information on pricing, see the [Pricing](https://www.ag-grid.com/license-pricing/) page.

## Next Steps

[Install AG Grid Enterprise](https://www.ag-grid.com/javascript-data-grid/license-install/) to start using our advanced features, or [Get Started with AG Grid Community](https://www.ag-grid.com/javascript-data-grid/getting-started/) to explore the core functionality of the grid.
