Back Forward Grid layout

A Grid layout allows users to view (and possibly edit) values of a Page List or Value List property, Data Page, or a Report Definition in a spreadsheet format. When a grid is bound to a data page or report definition that accepts parameters and the parameter value uses a property reference, the grid automatically refreshes whenever the property value changes.

The grid is created dynamically, and will have as many rows as needed to display the requested data.

The grid may be read-only, simply displaying property values. You may specify that the data can be edited in a number of ways:

Depending on parameters, users may be able to add or delete rows, to reorder rows, and to apply actions to rows by clicking action buttons. The action buttons may appear in areas above or below the data. Express action buttons can appear in each row, or only in the row that the user has clicked.

Use either of two ways to add a Grid layout to a section:

  1. From the Application Explorer, drag the Page List or Value List that will be displayed onto a section. When you release the mouse button, a screen appears asking you to specify which repeating layout to use. Select Grid.
  2. Select the Layout control Layoutfrom the Layout tab and drag it onto the section. In the screen that appears, select the Repeating radio button and Grid for the type of repeating layout.

See PDN article How to add a Grid layout to a section for an example.

Definitions Tree Layout, Tree Grid Layout
Related topics Harnesses, Sections, and Flow Actions — Adding a Grid Layout

Up Definitions