I am using asp.net mvc 3, jquery validate, unobstructed javascript and data annotations.
I noticed that say your in textbox A that is a required and click out of it no validation wills how. It’s like the javascript has not kicked in. If they click the submit button then the validation pops up.
Then if they go back to textbox A and start typing in it the validation goes away. So the client side validation is working.
I am wonder is there away to get the client side validation to kick in right away?
Here’s what’s going on and why.
The reason for this behavior is that we don’t want to start popping up errors all over the form just because the user can’t decide which field they want to start filling out first.