I need to enter values for the view that are values with a comma
Inside my Model I have the property
public decimal Preco { get; set; }
But when I try to insert the view, I get the following error:
Heisonlysavingvalueswithoutacomma,andshowsthefinalvaluewith"00".
How do I work with this type of data? Thanks!