Formatting a number in a DataGrid column.
Hi
I've been searching through all the posts in this site regarding formatting a number in a datagrid column and I have found some stuff but none of it seems to work for me.
I just need for one column in my datagrid to display as US$ currency (i.e. ###.00).
So far, Ive seen some people say something about a NumberFormat method within the Columns collection in the datagrid, but somehow this collection is not available to me. Others say something about doing the formatting in the SQL statement with which Im getting the data from the SQLDB, but when I tried it just like they said, I get a syntax error saying FORMAT is not a valid command or function.
Anyone know how to do this, or tell me what I may be doing wrong? Thanks!