# Kanban List View Grid

GridMate provides a lightning grid component **GM - Kanban List View Grid** to display a list of records using a specific ListView across a navigation path.

In this tutorial, we will create an app page for case management using **GM - Kanban List View Grid**.

1. From Setup, create an app page in the Lightning App Builder.
2. From the components list, drag and drop the component **GM - Kanban List View 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 required property values:
   * Related Object Name : **Case**.
   * List View Name : **AllCases**.
   * Page Size : **50**.
   * Custom Icon : **standard:case**.
   * Show Border : **Checked**.
   * Show Column Border :**Checked**.
   * Show Record Details : **Checked**.
   * Kanban Stages : `[{"label":"Open","filter":{"Status":{"operator":"in","value":"('New')"}}},{"label":"On Hold","filter":{"Status":{"operator":"in","value":"('On Hold')"}}},{"label":"Closed","filter":{"Status":{"operator":"in","value":"('Closed')"}}}].`

Below is a step by step tutorial to configure the **GM - Kanban List View Grid** component.

{% embed url="<https://youtu.be/4a-M_J38vMU>" %}
GM - Kanban List View Grid
{% endembed %}

<br>


---

# 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/kanban-list-view-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.
