SMART datagrid v.1 > Concepts

Back  Forward

Concepts.Validation Overview  Preparing...

Table-1  Cell Validation Variables
VariableExplanation
'value'The value of data cell.
'row'index of grid row.
'datarow'dataIndex of grid row.
'checked'checked state of of grid row.
Table-2  Cell Validation Callback Scope Properties
PropertyExplanation
'index'Location of data cell
'row'Grid Row object.
'value'The value of data cell.
Table-3  Row Validation Variables
VariableExplanation
'values'The value of daa cells. Like values['fieldName'] and values[2], it uses Field Name or Field Index.
'row'index of grid row.
'datarow'dataIndex of grid row.
'checked'checked state of grid row.
Table-4  Row Validation Callback Scope Properties
PropertyExplanation
'row'Grid Row object.
'dataSet'Data Set connected to grid.