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. For example, the expand and collapse options on the Incident List form.
Follow these steps:
<PDM_MACRO name=lsStart> <PDM_MACRO name=lsEnd>
The following example shows this data grid area in Design view:
The plus sign in the data grid area represents the beginning of the expansion section of the row (the fields that are displayed only when a user clicks plus on the row in the list form grid). The following code generates the plus sign in the Source view:
<PDM_MACRO name=lsCol attr=open_date label="Open Date" sort="DESC" startrow=yes>
The startrow=yes parameter specifies to start a row, and it starts the expansion section of the row.
The data grid list is modified on the list form.
Copyright © 2013 CA.
All rights reserved.
|
|