I have a DataGridView with textbox columns wich only accepts numbers. I formated it to add 2 decimal places, beeing null value 0,00 but when I edit, I change the value for example to a 5 with no decimal places, I want it to change automatically to 5,00
is it possible to do it directly on the datagridview or do I need to create a function?
↧