Could it be erroring out because of the custom columns you are trying to add to it?<BR><BR>I don't know the answer off the top of my head, but you could do something as simple as DataGridView1 = new ...
If you're using the Windows Forms DataGridView and loading data into columns by pulling that data out of properties on objects, you should know that there's an easier way. Just create a List of your ...