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

Input Validation

You can validate new data before saving it to the data source. You can prohibit saving invalid data to the data source and indicate any errors.

Validation

GridControl Level

The GridControl raises special events that allow you to validate modified cells and rows:

Data Level

You can validate data based on interfaces and attributes:

Examples