Strange problem with DataGridView AutoGenerateColumns

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top