I did the former (set the property). I re-compiled my app and it works now. :)
On May 11, 1:13 pm, Cerebrus <[email protected]> wrote: > Wait a min... You're saying that setting this property worked for you > or are you saying that you already had this property set ? > > ;-) > > On May 11, 5:36 am, Benj Nunez <[email protected]> wrote: > > > Thanks Cerebrus! > > > Yes, that's correct. The AutoGenerateColumns must be set to false > > so that the custom column order or sequence must be met. In fact, > > I already put this in my main form's constructor. > > > Benj > > > On May 9, 4:58 pm, Cerebrus <[email protected]> wrote: > > > > This may be the same thing that Arun said (but not in those words): > > > > Set your DataGridView.AutoGenerateColumns property to False. > > > > And no, I very strongly doubt if you've just found a bug with the > > > DataGridView !!- Hide quoted text - > > > - Show quoted text -
