Previous Topic: Form Edit Window

Next Topic: Modify Data Grid Lists on List Forms


Data Grid List

Data grid lists let you view the contents of a product page on a list form without opening a new page. This data-bound control lists items from the data source in a table so you can select items, sort items, and fetch data.

Example: Expand and Collapse Incident Details on the Incident List Form

  1. Select Incidents from the Scoreboard.

    The Incident folder expands to reveal nested folders for Assigned and Unassigned incidents.

  2. Select the Assigned or Unassigned folder.

    The folder expands to reveal a nested folder for All, and folders for Incidents grouped by priority level.

  3. Select the folder for the Incidents you want to see.

    The primary Incident details appear in a single row, as shown in the following example:

    Data Grid Single Row

  4. Click the plus sign that appears next to the Incident number, as shown in the previous example.

    The data grid list expands to display the Incident details, as shown in the following example:

    Data Grid Expanded Details

  5. Click the minus sign to collapse the Incident details.

More information:

Modify Data Grid Lists on List Forms