Data Validation
You can validate DevExtreme-based standalone editors or editors used in composite controls like DataGrid, Form, TreeList. The editors support an ASP.NET Core model validation approach based on validation attributes.
Do the following to set up validation in your application:
- Attach validation attributes to model properties.
- Configure controls.
See Also