Back to Devexpress

Validation

aspnet-11167-components-data-editors-common-concepts-validation.md

latest2.6 KB
Original Source

Validation

  • Jun 16, 2022

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).

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

Online Demo: Inplace Validation

Online Demo: Validation Summary