SMART datagrid v.1 > Classes
DataLudi.EditValidation class
Validation setting object which will be run when commit data cell edit or the entire data row edit.
It is used as DataColumn.validations or GridBase.validations property. Please refer to Validation Overview topic about the main contents of Validation.
- Base Classes
- DLBase
- Constructor
- function EditValidation (name: String);
- Properties
- active
- callback
- description
- expression
- level
- message
- mode
- name
- Inherited Methods
- DLBase.assign
- DLBase.getProperties
- DLBase.getProperty
- DLBase.setProperties
- DLBase.setProperty
- DLBase.toggle
- See Also
- DataColumn.validations
- GridBase.validations
- Validation Overview
- Cell Editing Overview
- Examples
- Cell Editing
- Cell Validation
- Row Validation