ValidateCollection

Implements validation for data collections.

Methods
clearValidation removes all validation marks from the component
validate validates one record or all dataset against the validation rules
Events
onValidationError fires when newly loaded/added/edited data fail to pass validation
onValidationSuccess fires after the newlyloaded/added/edited data has passes validation successfully
Properties
rules set of validation rules for the component
Back to top