I have this field:
public decimal Price { get; set; } in Database it is decimal (7,2).
public decimal Price { get; set; }
View:
@Html.EditorFor(model => model.Pric
One solution I found was to override the validation functions of jquery.validate.js
jquery.validate.js