I have a wingrid that has Summaries Enabled...and I have formatted the column... however the formatting does not apply to the sum row.. is there a way to do this...
example...
I want three decimal points after the dot, which works for the data but not the "Sum"
I set ColumnNum1.AllowRowSummaries = AllowRowSummaries.True
then I set ColumnNum1.Format = "#,##0.000"
Then i see this...
ColumnID1 ColumnNum1 Sum = 70627123 2656.000125 2911.000128 1784.000
I
Also the format string is slightly different "{0:#,##0.000}"
looks a likely candidate...
ultraGrid1.DisplayLayout.Bands[0].Summaries[0].DisplayFormat
or
ultraGrid1.DisplayLayout.Bands[0].Summaries[0].DisplayFormatProvider