MVC3/4 Unobtrusive Validation for Inline Datepicker not working, works fine for non-inline Datepicker?

Jason is right. By default, jquery validation skips / ignores non-visible input elements. This goes for input type="hidden" elements, or even text boxes that have / inherit display:none CSS.

There is a setting called ignore and its default value looks like this.

In MVC3 hidden form fields are not validated by the clientside validation script, from what I understand. Why not just make the text field hidden, if thats all you want to do?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions