SyntaxFix
Write A Post
Hire A Developer
Questions
Set the DataGridView property
gridView1.AutoGenerateColumns = true;
And make sure the list of objects your are binding, those object properties should be public.