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
I have the same issue, I used to solve it with the globalisation library (globalize.js) but they changed it so it doesn't include the localisation files. It is supposed to get them from the cldr library, but I haven't figured out how.