SMART datagrid v.1 > Concepts
Concepts.Validation Overview
Preparing...
Table-1 Cell Validation Variables
Variable | Explanation |
---|
'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
Property | Explanation |
---|
'index' | Location of data cell |
'row' | Grid Row object. |
'value' | The value of data cell. |
Table-3 Row Validation Variables
Variable | Explanation |
---|
'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