I have a grid that allows the user to reorder columns. I've set AllowColumnsReorder to true, which allows the user to drag and drop to reorder columns, but I'm not sure how I can tell what order the columns are in after the user is done. Can I figure that out by iterating through the Columns collection to find the order of the columns? If so, how would I do that? Alternatively, is there an event that fires when a column is reordered? Should I keep track of the column order using that event?
Thanks!
Thanks!