Good evening: I have a datagridview (dgv) where the "Price" column has the format "N2" defined in the DefaultCellStyle property of the dgv. When I change the value of the Price cell, the format is lost. For example, when I put 5 should be 5.00 and not 5. How can I do to maintain the format? Thanks