Is it true that jquery unobtrusive client side validation doesn’t work correctly till the first form submit is performed?
I’ve got issues when form is not being submitted and when I enter some data into a required field and then remove it I’ve got the validation applied randomly: sometimes yes sometimes no.
Is it a common issue and is possible to initialize the validation before form submit or disable it in order not to get this unpredictable behavior?
Is it true that jquery unobtrusive client side validation doesn’t work correctly till the
Share
if it is dynamic content which causes the validation problem, then you can use this:
if it is a partial view then you can do this: