ASP.NET MVC 2 Client Side Validation doesn't work as advertised in VS2010
- by Daniel Crenna
In VS2010 and ASP.NET MVC 2, it seems that client-side validation (JQuery Futures or the stock option) doesn't quite work as advertised.
I'm noticing that "tabbing off" a validated element will not invoke the client-side validation as promised. For a required field, you have to tab into the element, enter something, then remove it completely, in order to trigger the required validation. That's not really what I'm after here, and I'm hoping it's just a configuration issue on my side.
How do I get the validation effects from previous versions so that a previous value isn't necessary (without having to modify the client-side scripts if possible)?