I\'m trying to achieve client-side validation for a nullable whose decimal separator can be a comma (e.g.: 123,45).
In my View:
Just a small update regarding globalize.js. Things are a bit different (and confusing) now:
Include the scripts as follows:
Now we need to load the I18n content onto Globalize:
The I18n content is available as JSON here.
If you get 404 on your getJSON(), remember to add:
(...)
in your Web.config (ASP .NET MVC application).