Top "Unobtrusive-validation" questions

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

ASP.NET MVC RemoteAttribute validation not working - Action not being executed

I've been pulling my hair out trying to figure out why ValidationController actions are not being triggered. I have settings …

asp.net-mvc-4 jquery-validate unobtrusive-validation remote-validation
Unobtrusive Validation on en-GB Dates

I am designing a data input form using asp.net MVC4 which has an input of type date. Using the …

jquery asp.net-mvc asp.net-mvc-4 unobtrusive-validation jquery-globalization
unobtrusive client validation in knockout template binding

I have a model with data annotations and i am an dynamically binding that with viewmodel using knockout template binding …

data-annotations knockout.js unobtrusive-javascript unobtrusive-validation knockout-mapping-plugin
Trouble getting unobtrusive validation working with mvc 3 on jquery ajax post

I have having a lot of trouble getting validation to work on MVC3. It works fine when I just load …

jquery ajax asp.net-mvc-3 post unobtrusive-validation
Best approach for extending unobtrusive javascript in MVC3 to add a style to a div client side

I'm using html5/Razor/MVC3 leveraging the Bootstrap template from Twitter. I want to have form validation that looks slick …

asp.net-mvc-3 html razor unobtrusive-validation twitter-bootstrap
Ajax login dynamic popup dialog

I thought this should be pretty well documented, because it seems like a pretty common scenario. Unfortunately, I find a …

asp.net-mvc asp.net-mvc-3 jquery-ui unobtrusive-validation unobtrusive-ajax
jQuery unobtrusive validation ignores "cancel" class on submit button if used in Ajax form

I am trying to implement optional client side validation using ASP.NET MVC 4, unobtrusive jQuery validation, unobtrusive ajax This works …

jquery jquery-validate asp.net-mvc-4 unobtrusive-validation unobtrusive-ajax
How to get unobtrusive jquery remote validator to perform async..?

In an MVC3 app, using jquery unobtrusive validation, and a view/model with a [Remote] validator: I am trying to …

jquery asp.net-mvc-3 jquery-validate unobtrusive-validation remote-validation
Check jquery unobtrusive validation is true by jQuery

I use MVC 3 Model Validation Attributes and jquery unobtrusive to show validation error message also use the script when form …

javascript jquery asp.net-mvc-3 validation unobtrusive-validation
Validation Firing on Page Load

Currently, I have an MVC 3 app using the Razor View engine. I have unobtrusive validation enabled. The problem is that …

asp.net-mvc-3 unobtrusive-validation