Strange problem with DataGridView AutoGenerateColumns

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a DGV on a form that is bound to a BindingSource, bound to a business
object. The DGV has AutoGenerateColumns = False and I have created the
columns I want in the designer.

When I make any change to the code behind, even something innocuous like a
new line, and then switch back to the designer, it automatically generates
the columns in my binding source and adds them to the ones I created
manually.

Also, I don't see AutoGenerateColumns anywhere in the DGV's property sheet.
Am I missing something?

I'm using the latest SP. Any ideas?
 
Back
Top