I am using a datatable pulled from an access database as the datasource for a datagridview.
I have been using:
Me.DataGridView1.Columns
"CurrentValue").DefaultCellStyle.Format = "C"
to format the columns in datagridviews and it works fine if the datasource is a dataset, it does not seem to work on the datagrid view with the source from a datatable.....
any ideas ?
I have been using:
Me.DataGridView1.Columns
"CurrentValue").DefaultCellStyle.Format = "C"
to format the columns in datagridviews and it works fine if the datasource is a dataset, it does not seem to work on the datagrid view with the source from a datatable.....
any ideas ?