I'm trying to figure out the easiest way to have my columns start in a default order(left to right) for all users. I tried setting them in the IList<T> that I use to populate the DataSource but that doesn't work.
Do I have any options besides setting each column manually following the instructions on this page -->Reordering Columns
That would be VERY cumbersome...
Additionally, I notice that Intellisense labels
as "[deprecated]" so what is the alternative?
Do I have any options besides setting each column manually following the instructions on this page -->Reordering Columns
That would be VERY cumbersome...
Additionally, I notice that Intellisense labels
RadGridView1.Columns.Move();