Hi Guys,
The column format is set as {0:c},
From the designer, I add a summary row, and then a GridViewSummaryItem. When I set the FormatString property of this summary item for that particular column as {0,c}, I am getting an exception.
The actual DB column is a MySQL decimal (15,2) type column.
I can get around this by using the ViewCellFormattingEvent programmatically. But just wanted to know whether I am doing something wrong, or is this a bug.
Thanks.
The column format is set as {0:c},
From the designer, I add a summary row, and then a GridViewSummaryItem. When I set the FormatString property of this summary item for that particular column as {0,c}, I am getting an exception.
The actual DB column is a MySQL decimal (15,2) type column.
I can get around this by using the ViewCellFormattingEvent programmatically. But just wanted to know whether I am doing something wrong, or is this a bug.
Thanks.