Hi,

I'm using a datagrid to display some information. I would like certain fields to be formatted as currencies. I know how to do this using the System.Globalization thingy, but I can't figure out how to get this to work as my datagrid is loading.

Normally I would just write a function and pass the values in, but some times the values are null, which causes problems. Can anybody advise me on this.

Many Thanks

AuldNick