Documentation

clearValidation

removes "data incorrect" highlighting from invalid text fields

void clearValidation();

See also

Example

$$(datatable1).clearValidation();"}

Details

The function removes highlighting from fields with failed validation. This is done for convenience means so that users can continue filling in the form without annoying red. It doesn't cancel validation rules.

Back to top