views:

21

answers:

1

I have a DataGridView and have the AutoGenerateColumns property set to false, but the when I build my project the columns are Auto Generated.

I can see the property set to false in the Designer.vb code for the Form.

I've had this problem before and I'm not sure how to fix it.

Any advise would be greatly appreciated.

Thanks.

A: 

I have re-added the control and it seems to be working for the time being. I believe something became corrupted, causing the problem. As I mentioned in the question I've had this happen before. If anyone else has a problem like this it would be great if you could provide some details.

clawson