[DevExpress Support Team: This issue was cloned from MVC GridView - EditForm]
Hello,
I like the ASP.NET MVC GridView very much. One of its biggest advantages for me is the ability to automatically create an insert and an edit form and tune it with EditForm properties. This feature speeds the development very much, because I usually do not need to develop GUI for these. This is really awesome! Only when necessary I set a template (which is another great feature of your product). Really very good job! :-)
I have some troubles however. I've been playing with GridView for a few days only so far, so please just correct me if I'm wrong. Here are my problems ordered by importance. I do not create separate tickets, as this is only feedback, not request for help, and the problems all relate to EditForm.
1. Client side validation
Client side validation is for me very important. I've been searching the documentation and googling but failed to create a working example without coding GUI for insert / update in partial views. I found this ticket, but it's quit old. Solution points to an example beginning with "Create an Edit Form template that contains a form and all necessary editors." This kills the above mentioned advantage of the product. I would really appreciate if the only thing necessary for client side validation in GridView was decorating the model class with validation attributes.
<bold>