Hi what I want to do is after hte user has dragged a column into a new position in the grid is rewrite my datatable with the new positions of the columns and then their corresponding rows. I know that sounds simple enough but having trouble finding the answer.
Any help appreciated. Thanks.
Use AfterColPosChanged and check the VisiblePosition property of the column header
Hello,
Show me what you are saying in writing the columns to a new datatable please. I tried this and it kept giving me the first column.