I have run into a particularly irritating problem and I am hoping that there is a simple solution.
I have a couple of DataGridViews on tabs in a tab control. The DataGridViews have a mix of Check boxes and text cells in them. The Datasources are pointing to tables in a strongly typed dataset. In one case I have a non-Databound column ( a check box ) and in the other grid all fields are databound. The problem that I am seeing is that my column ordering is not staying the way I put it. Something that either I or VS 2005 is doing is putting all the checkbox fields at the very front ( far left ) of the datagrid.
This gets very frustrating as it happens on the grids regardless of whether or not I happen to be actively working on them in VS. More importantly though there is the strong possibility that I will yet again get my columns reordered for me just prior to a release and the client will get it that way.
Anyone have any clue why this may be happening