Home › Forums › WinForms controls › Xceed Grid for WinForms › Cell numerical formatting › Reply To: Cell numerical formatting
I’m not totally sure I understand if you want rounding or not, but if you do not want to use the CellEditor/ViewerManager, you can use the FormatSpecifier property on the cell to set it :
<i>
dataRowTemplate1.Cells[ index ].FormatSpecifier = “#,##0.0 “;
</i>
Imported from legacy forums. Posted by André (had 334 views)