E eric13 Active member Joined May 25, 2006 Messages 30 Programming Experience 3-5 Jul 31, 2006 #1 Is there any way to prevent the autogeneration of Columns when you bind a datasource to a DataGridView?
Is there any way to prevent the autogeneration of Columns when you bind a datasource to a DataGridView?
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,875 Location Norway Programming Experience 10+ Jul 31, 2006 #2 DataGridView.AutoGenerateColumns property Upvote 0 Downvote
E eric13 Active member Joined May 25, 2006 Messages 30 Programming Experience 3-5 Aug 1, 2006 #3 thank you! easier to find programatically rather than in the properties window of the DataGridView Upvote 0 Downvote