Hi All,
a have this procedure :
but the number in Grid are 600
592.35
600
etc...
need somebody help ?
lot thanks Alda
PROBLEM SOLVED, DOUBLE CONVERTED TO DECIMAL
a have this procedure :
foreach (GridViewDataColumn dataColumn in radGridBatches.Columns) { dataColumn.TextAlignment = ContentAlignment.BottomRight; dataColumn.FormatString = "{0:F2}";}but the number in Grid are 600
592.35
600
etc...
need somebody help ?
lot thanks Alda
PROBLEM SOLVED, DOUBLE CONVERTED TO DECIMAL