Ok, I have a datagrid which gets populated by a collection. (I set the datagrids datasource equal to the collection ie: DataGrid1.DataSource = myCollection) The problem is the order of the columns is all screwed up. How do I force them to be in the order that I want??
Thanks
