I have a DataGridView control on a windows form and I have found a bug that is really irritating me. Included in the DataGridView are a couple of non-databound fields. 1 text box and 1 Button. I have the columns in the grid ordered in a very specific order. This ordering gets wiped out though if I run theprogram in debug with the Form designer open to that form!
Is there a fix for this bug out there, and failing that is there a way that I can order DataGridView columns at run time so that I wont care what it looks like at desing time ?
Any help is appreciated.