$enableClientValidation public property
Whether to enable client-side validation for this validator. The actual client-side validation is done via the JavaScript code returned by clientValidateAttribute(). If that method returns null, even if this property is true, no client-side validation will be done by this validator.
public boolean $enableClientValidation = true
Please login to continue.