Hi Chris,
Besides the DataFormatString, you also need to set the column's HtmlEncode property to false, like this:
<asp:BoundField DataField="Price" HeaderText="Price"
HtmlEncode="false" SortExpression="Price"
DataFormatString="{0:c}"
>
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|