---
title: "Define a Grid"
slug: "define-a-grid"
updated: 2026-02-23T08:14:41Z
published: 2026-02-23T08:14:41Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.lakesidesoftware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Define a Grid

The Grid block provides a way to show tabular or hierarchical data in grid:

1. Drag a [Query Data block](/documentation/docs/define-a-query-data-block) to the workspace and define the Query Data block as necessary.
2. Drag the Grid block from the Toolbox into the workspace.
3. Link the Query Data block with the Grid by connecting the Query Data block’s output port to the Grid block’s input port. Once you do this, the **Column Properties** section will be available for selection in the Grid's Properties.

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/grid_column_properties.png)
4. Optionally, **Name** the Grid block and provide a **Description**. The name will appear in the grid pane’s title bar when the dashboard is viewed.
5. Optionally, supply an **Order** for where on the Dashboard you want the grid to display.

> [!NOTE]
> **NOTE**: The SysTrack Dashboard Viewer allows you to move most objects and save the layout, but the Order parameter places the objects initially.
6. If you want to hide any of the columns from the user, select the column from the drop-down list, and check the **Hide Column** option. The data from this column will still be available for other blocks to use, but will be invisible to the user in this grid.
7. You can rename the column using the **Column Caption** field. This will only affect how the column displays in the grid.
8. Click the **Apply** button to save your changes.

<style> p[data-block-id] {font-size:1rem;} ul li p[data-block-id] {margin-bottom: 0;} ul[data-type="taskList"] li div p[data-block-id] {margin-bottom: 0;} ol li p[data-block-id] {margin-bottom: 0;} table tbody th p[data-block-id] { margin-bottom: 0;} blockquote p[data-block-id] {margin-bottom: 0 !important;} &nbsp;p[data-block-id]:empty::after {content: "\00A0";} </style>
