Format number as currency in DataGrid

  • Thread starter Thread starter Alex Feldman
  • Start date Start date
A

Alex Feldman

What is the easiest way to display a number as local currency in a
compact framework DataGrid? The data source is a DataTable.

Thanks.

Alex
 
Thank you Alex (I like your name :-)) The first time I saw it on the
forum I though I wrote that message and couldn't figure out what's going on!

It's too bad that there isn't something like a Format method for the
DataGridColumn object. Would have been very useful. I guess I'll have
to add an extra formatted column, because the other example seems a
little complicated.

Alex Feldman
 
Back
Top