Posted 9 January 2026, 6:43 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
My markup code:
<cc2:C1BoundField DataField="TOTAL_AMOUNT" SortExpression="TOTAL_AMOUNT" DataFormatString="{0:c}">
<ItemStyle HorizontalAlign="Right" Width="100px" CssClass="GridNumber" />
It works with 2010v1 version.
Now, 2025v2 399 version, I get the error Bad number format specifier
Uncaught Bad number format specifier: {
u @ WijmoControlsResource.axd?
If I delete DataFormatString=“{0:c}” , it works
Any suggestions for use DataFormatString=“{0:c}” ?
thanks a lot
