Back Forward DataGrid controls

NoteThe DataGrid control is deprecated. Update an existing DataGrid to a Grid control. For guidelines on upgrading, see Upgrading deprecated and outdated controls on the PDN.

A DataGrid control allows interactive editing of the contents of a table. This control is useful for presenting a Page List property on a user form or flow action form.

Your application can offer users such an interactive grid. These grids are defined by the standard control rule DataGrid. Controls on this grid can allow users to append rows, sort rows, and edit row values.

Definitions Grid layout, TreeGrid layout, Page List property mode
Related topics Harness and Section forms — Adding a DataGrid control
Harness and Section forms — Adding a Grid layout
dataGrid JSP tag

Up Definitions