The DataGrid Control

The DataGrid object supports binding large sets of data and displaying it in columns and rows so that users can view, select and edit the data.

Data edits (adding, modifying and deleting text in a cell at runtime) are supported in the DataGrid -- scripting for data edits is not required.

To add, populate, and manage the ColumnSets and Columns in a DataGrid, first add the ColumnSet, then the Column (child property under ColumnSet), then select the Style such as CheckBox, Decimal etc. For more details see How to add ColumnSets and Columns.

You can also add and stylize these using VBA extensions. Refer to VBA Language Extensions, Prompt-Specific Extensions such as List for details.

For property descriptions, see Graphical Control Properties.