Rank: Member Groups: Member
Joined: 9/6/2011 Posts: 26
|
I need to format the data on the cell as 3 places after the period: 1.000 2.303 3.450
but I cant, because it displays: 1 2.303 3.45
What is the property to get the grid to display 3 decimal positions?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please try to set the column's DataFormat to {0:N2.3}, here "3" is the number of decimal digits.
Thanks
|