JavaScript/jQuery Validator - adapter
This property should be specified when you cannot associate the Validator UI component with an editor, for instance, when you use custom editors or a validated value is a sequence of several DevExtreme editor values. Refer to the Validate a Custom Value topic for more details.
See Also
applyValidationResults
This function should apply the validation result that the validator passes as a parameter. The validation result is an object. You can see its structure in the description of the dxValidator.validated event argument.
focus
A function that sets focus to a validated editor when the corresponding ValidationSummary item is focused.
reset
The function resets the values so that end users can then specify other values. This function is called by the reset method of the Validator UI component.