Hi. At design time (in the visual designer generated code) I see the first column in my grid correctly has a VisibleIndex of 0. However, tracing the code I see that at this line, the VisibleIndex changes to 51 (i.e. the last column in the grid):
((System.ComponentModel.ISupportInitialize)(this.columnManagerRow1)).EndInit();
What might be causing this?
Thanks
kh
Imported from legacy forums. Posted by kh (had 1874 views)