# Parent Related List Grid

GridMate provides a lightning grid component **GM - Parent RelatedList Grid** to display a grid of Parent object with advanced features and bypass Salesforce standard UI limitations like the number of columns and rows.

In this tutorial, we will configure **GM - Parent RelatedList Grid .**

1. Select an opportunity record and edit the page in the Lightning App Builder.
2. From the components list, search for **GM - Parent RelatedList Grid**.
3. The grid component is now ready for configuration in the Lightning App Builder.
4. The property values can be configured to tailor the data grid to the needs of the end-user.
5. To perform a quick configuration, populate the properties below :&#x20;
   * Object Name : **Account**
   * Record Id Field : **AccountId**
   * Related list label : **Contacts**
   * Page Size : **15**
   * Custom Icon : **standard:Contact**
   * Show Border : **Checked**
   * Show Column Border : **Checked**
   * Show Record Details : **Checked**

Below is a step-by-step tutorial to configure the **GM - Parent RelatedList Grid** to display a grid of **Contacts** on the **Opportunity page**, based on the **Opportunity Account**.

{% embed url="<https://youtu.be/1wNA0yn2vl4>" %}
**GM - Parent RelatedList Grid**
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gridmate.io/product-tour/parent-related-list-grid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
