I read in a previous forum post about changing the column display order by using the MOVE argument.
My question is does that really move the COLUMN or just where it is displayed?
With the standard windows listview, you can change the DisplayIndex, which only displays where that column is displayed, but the index of the column doesn't change, only the display index.
When you do a move, is it really moving the INDEX of the column
For example
Vendor # Name Contact Name
Move
Vendor # Contact Name Name
These are my columns in a DetailsView RadListView. If i move name from column 2 to 3 (or 1 to 2 is zero-based), is the DISPLAY only changing, or the actual index of the column. After the MOVE, to get the contact name of the selected column, is that index 2 or is it still the original index 3?