> For the complete documentation index, see [llms.txt](https://docs.gridmate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridmate.io/troubleshooting/config-samples/inline-relatedlist-grid.md).

# Inline RelatedList Grid

Paste into **Record Related Components** of a GM grid. See [Grid - Inline Components](/advanced-guides/inline-grid-setup.md#configuration).

```json
[
   {
      "component": "gmpkg:RelatedListDataGridComponent",
      "attributes": {
         "relatedListLabel": "Contact Roles",
         "canCreate": true,
         "canUpdate": true,
         "canDelete": true,
         "canFilter": false,
         "defaultValues" : "{\"OpportunityId\" : \"$recordId\"}",
         "noModalCreation" : true,
         "recordDetail": true,
         "fullRecordCreation": true,
         "noInlineCreation": true,
         "showBorder": true
      }
   }
]
```
