DataGridView Columns Reordering Themselves After Build.
Friday, July 20th, 2007DESCRIPTION
This problem arises when you build and run an application that includes the DataGridView Control. Columns reorder themselves spontaneously during runtime This occurs despite having defined the order of columns using either the Column Edit dialog or Smart tag and rebuilding the project.
This problem stumped me for quite a long time. The first attempt […]