I have a simple class that I am binding to a RadListView. Is there a way, after binding occurs, to programmically reorder the columns? I want my ID property field to always show first, followed by the rest of the fields.
I figured this question out on my own. For anyone who is interested, the ListView has a Columns property and that property has a Move() method that does what I was looking for