DataGrid

The DataGrid control allows you to interact with and edit the rows and columns of a Dataset in a customisable grid. See: DataGrid

Note that while the DataGrid control inherits much of the functionality of a Data View, including a date picker for Date fields, the following are not currently supported:

If this functionality is needed, use a Data View instead.

Scripting Syntax

The DataGrid control allows you to interact with and edit the rows and columns of a Dataset in a customisable grid. See: DataGrid

To navigate the rows and columns in the grid use the following scripting syntax:

To manipulate the rows and columns in the grid use the following syntax:

Bind a DataGrid to a Dataset

Navigate a Dataset