Posted 17 April 2026, 6:30 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 markup code:
<Columns>
<cc1:C1BoundField DataField="MonthNumber" SortExpression="MonthNumber">
<ItemStyle CssClass="GridText" />
</cc1:C1BoundField>
<cc1:C1BoundField DataFormatString="{0:#,##0}" HeaderText="I" DataField="I" SortExpression="I" >
<ItemStyle CssClass="GridNumber" Width="80px" />
</cc1:C1BoundField>
Any suggestions ?
