Stop Auto Generate of Columns in DataGridView

eric13

Active member
Joined
May 25, 2006
Messages
30
Programming Experience
3-5
Is there any way to prevent the autogeneration of Columns when you bind a datasource to a DataGridView?
 
DataGridView.AutoGenerateColumns property
 
thank you! easier to find programatically rather than in the properties window of the DataGridView
 
Back
Top