Quote Originally Posted by dunfiddlin View Post
No. There's a problem with you not adding columns to the DGV correctly (or at all?) At least that's what I'm assuming without the relevant code to check. Declare a New DataGridViewColumn (I think that's the right nomenclature, I'm flying blind at the moment. Assign values to it properties. Add it to the DGV. Then do the same all over again for each other column.
No. the OP has set the datasource for the dgv which creates the columns, but they aren't named as the OP is expecting...