When having a model that contains an property of type int. If you have an edit field where you introduce a non numeric value, like an 'a'. The jquery validation should be triggered, but it doesn't happen in IE10 and latest chrome versions.
Repro steps:
* Navigate to Customers/Create
* Introduce an 'a' on the Age field.
* Expectation: See the message "The field should be a number".
* Actual: Nothing.
Repro steps:
* Navigate to Customers/Create
* Introduce an 'a' on the Age field.
* Expectation: See the message "The field should be a number".
* Actual: Nothing.