If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.

Grids

Last modified: May 29, 2024

1 Introduction

Grids show a list a objects and include a data grid and a template grid. The main difference between these grids is the way the list of objects is displayed: a data grid shows it in columns, while a template grid shows it in tiles.

Grids have the following components in common:

  • Search bar – allows end-users to search for objects in the grid
  • Sort bar – allows end-users to sort items in the grid
  • Control bar – allows end-users to control the objects displayed in the grid by means of buttons

2 Read More