How to display money number in a DataGrid?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to display a double field in the format of currency. For example
100.345 as 100.36

But since the data grid is bound to a dataset, I find no way to control it
I am using an untyped dataset. Can this problem be solved if I using a typed
dataset

Thanks a lot.
 
Hi Toto,

Binding.Format event is one way (see .net help - there is an example).
 
Back
Top