When setting the FormatString property of a GridViewDecimalColumn to "{0:c}", the output shows a boxlike symbol rather than the dollar sign. The FormatInfo property of the column is "Default". The current culture on the machine is en-US. If I set the FormatInfo specifically to "en-US", the column formats properly with the expected "$".
I am using version 2009.1.9.311 and the data is the supplied AdventureWorks database, SalesPerson table, SalesQuota column.
thank you,
-Noel