hello,there seems to be a bug with MVC 3 and the jquery.validate.unobtrusive.js:I'm developing a german asp.net mvc 3 website and have included the jquery script: -jquery-1.4.4.min.js -jquery.validate.min.js -jquery.validate.unobtrusive.min.jsin this order.the web.config has add key="UnobtrusiveJavaScriptEnabled" value="true" (as well as globalization culture="de-DE" uiCulture="de-DE")if i enter some german formated number like "1,2" into a textbox for a model property (of type double) i get a validation error: "The field THENAMEOFPROPERTY must be a number." ("1.2" is working)if i disable UnobtrusiveJavaScriptEnabled by setting key="UnobtrusiveJavaScriptEnabled" value="false" in web.config there is no validation error and it is working correctly.i also tried using the jquery globalization plugin but the jquery validation plugin doesn't seem to use it (please also have a look at http://stackoverflow.com/questions/4472821/asp-net-mvc-3-rc-2-client-side-validation-with-globalization too)thanks, toebens
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results