Skip to main content
A newer version of this page is available. .

Validation Overview

The ASPxEditors Suite allows you to validate data on both the client and server sides. You can implement different validation scenarios without using additional validation controls.

You can force editor validation in different ways (see the image below).

ASPxEditors - Validation

Validation on Leave. When the ValidationSettings.ValidateOnLeave property is set to true (the default value), editor value changes trigger validation.

Validation Methods. You can call the following methods to force validation.

Other Editors. Certain editors can force editor validation if their CausesValidation property is set to true.

Concepts

See Also