CodeCharge Studio

<control name>Rows Run-Time Variable (ColdFusion)

Applies to

EditableGrid

Type

structure

Access

read/write

Syntax

<cfset <expression>=<control>Rows[rPoz].Error>

Description

This variable contains an array of structures for each row in the Editable Grid. The structure is composed of keys such as Error and Operation.
Key Description
Operation This key specifies the operation which will be performed for the current row. It's value can be Insert, Update or Delete
Error This key contains any errors pertaining to a row within the form.


On-line, printable versions and updates