DataGrid controls

The 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.

Related Topics IconRelated terms