GridDataRow
The GridDataRow class represents a row of data within a grid structure, containing individual cell data and metadata such as row index.
Properties
| Name | Description |
|---|---|
| Index | The index of the row in the grid. Defaults to null if not set. |
| Cells | A list of GridDataRowCell objects representing the data in each cell of the row. |
Methods
| Name | Description |
|---|---|
| AsToken(controlColumns) | Converts the row into a JSON token representation based on the provided control column definitions. |