diff --git a/docs/DatagridAG.md b/docs/DatagridAG.md
index a3a34109bf3..067fafb262c 100644
--- a/docs/DatagridAG.md
+++ b/docs/DatagridAG.md
@@ -14,16 +14,28 @@ This [Enterprise Edition](https://marmelab.com/ra-enterprise)
-Here is a (non-exhaustive) list of [features](https://www.ag-grid.com/react-data-grid/) that `` offers:
+`` supports all the `` features, plus some exclusive [ag-grid features](https://www.ag-grid.com/react-data-grid/):
- In place editing of cells or rows
-- Advanced filtering
+- DOM virtualization
- Columns resizing and reordering
-- Automatic page size
-- Automatic column size
+- Column & Row pinning
+- Cell expressions
+- Row animation
+- Advanced filtering
+- Keyboard navigation
+- Row dragging
- Themes
-- Row selection and bulk actions
+- Flashing Cells
+- Tooltips
+
+The `` component provides a smooth integration of ag-grid with react-admin, offering the following features out of the box:
+
+- Data read from `ListContext`
+- Loading state
- Compatibility with React Admin fields
+- Persistence of the columns order and size
+- Bulk Actions
Additionally, `` is compatible with the [Enterprise version of ag-grid](https://www.ag-grid.com/react-data-grid/licensing/), which offers even more features:
@@ -35,6 +47,7 @@ Additionally, `` is compatible with the [Enterprise version of ag-gr
- Master Detail views
- Range Selection
- Excel Export
+- Context Menu
- And more...