Top "Unobtrusive-validation" questions

Unobtrusive Validation refers to a jQuery plugin created by Microsoft used in conjunction with the jQuery Validate plugin.

MVC 4 client side validation not working for the form which is loaded using Ajax

I have an Admin page in which the user clicks on links and the corresponding PartialView, containing a web form …

jquery ajax asp.net-mvc-4 unobtrusive-validation
Trigger an event if there are validation errors?

I need to add an handle to any circumstance where a form validation fails. I've read this, that explains that …

jquery asp.net-mvc jquery-validate unobtrusive-validation
MVC unobtrusive range validation of dynamic values

I have a value on my model, that must fall within the range of two other values on my model. …

asp.net-mvc asp.net-mvc-3 data-annotations unobtrusive-validation
jQuery unobtrusive validation ignores data-val-required message in MVC3

I have used the method described here to localize my data annotation messages and basically it is working fine in …

jquery asp.net-mvc-3 data-annotations unobtrusive-validation
ASP.Net MVC 3 Unobtrusive validation not working on Partial View

I've setup a partial view which houses its own form tag, like so: <tr> @using (Html.BeginForm("Create")) { &…

asp.net-mvc-3 partial-views unobtrusive-validation
ASP.NET MVC validation message does not get localized

I am using ASP.NET MVC 4 with unobtrusive clientside validation. The language in my application is german (defined in the …

asp.net-mvc localization unobtrusive-validation
Validate a Hidden Field

I'm using MVC3 with unobtrusive validation. I have a field that the user is expected to fill with some data …

asp.net-mvc-3 jquery-validate unobtrusive-validation
ASP.NET MVC 4 - Clientside Validation Not Working

I am using Visual Studio 2012 and I cannot get a custom attribute client side logic to work to reproduce at …

jquery asp.net asp.net-mvc-4 jquery-validate unobtrusive-validation
ASP.NET MVC implement custom validator use IClientValidatable

I ask similar question here but in this question I use another implementation, exactly this way the following codes show …

javascript asp.net-mvc asp.net-mvc-3 razor unobtrusive-validation
Why I get this JavaScript error with jQuery Validate?

I use jquery.unobtrusive and jquery.validate libraries in asp.net mvc 5 project to validate user registration on client side. …

jquery asp.net-mvc jquery-validate unobtrusive-validation