Search Results: wegh edit

dxValidationGroup Methods

Reference
This section describes members used to manipulate the UI component.

jQuery Call Methods Angular Call Methods Vue Call Methods React Call Methods reset() Resets the value and validation result of the editors that are included to the current validation

dxValidationGroup Validation Result

Reference
A group validation result.

. In the following example, a button validates a group of editors with async rules. The status is checked in the onClick event handler: jQuery index.js $(function() { const validationGroupName

dxValidationSummary Configuration

Reference
An object defining configuration properties for the UI component.

validation group. Assign the validation group name that is specified for the validationGroup property of the validators that extend the editors to be validated.

dxValidator Configuration

Reference
An object defining configuration properties for the Validator UI component.

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... the same validation group name for those editors that should be validated together. View on GitHub See Also Validate Several Editor Values validationRules An array

dxValidator adapter

Reference
An object that specifies what and when to validate, and how to apply the validation result.

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 Data Validation applyValidationResults A function that the Validator UI component calls after validating