JavaScript/jQuery Validator - adapter
Type:
This option should be specified when you cannot associate the Validator widget 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
Type:
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.
Type:
reset
Type:
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 widget.
Feedback