Hi,
How can I add validation for the fields like title and description or even to resources in MVC ?
1 Answer, 1 is accepted
0
Vladimir Iliev
Telerik team
answered on 25 Jul 2013, 02:12 PM
Hi Rafael,
Currently you can only create custom editor template in which you can add the standard validation rules to the editors or extend the build-in validator to add your custom validation rules. For convenience I created small example of extending the build-in validation rules to include custom validation for the "description" field: