Posted 21 May 2026, 10:40 am EST
Hi,
Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.
Using C1GridView from C1.Web.Wijmo.Controls.48.dll
DataFormatString = "{0:0.##}" + " %";
My code:
f = new C1BoundField();
f = GetC1BoundField(210, (string)this._textsShown[5], "P", "P", TableItemStyle);
f.DataFormatString = "{0:0.##}" + " %";
f.ItemStyle.HorizontalAlign = HorizontalAlign.Right;
C1GridView1.Columns.Add(f);
f.DataFormatString = “{0:#,##0}”;
can be n0 or c2
Any suggestions for “{0:0.##}” + " %"; ?




