So I am searching for a good example that shows the best way to change the order of columns on the server-side. I have a grid that has some static columns defined in the ascx fileself. Then I am using AutoGenerate to add a number of additional columns. I want two of the static defined columns I create to be placed at the end (right). For example, I have a custom Attachment column that needs to be placed last. From the posts I read, it sounds like I should be using SwapColumns to do this. It would really be nice if there were a MoveTo method instead of having to rely on Swapping columns down the list.
Thanks, R
Thanks, R