This is a migrated thread and some comments may be shown as answers.

Programmically reordering columns

1 Answer 83 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Alan
Top achievements
Rank 1
Alan asked on 20 Jun 2012, 10:56 PM
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.

Thanks,

Alan

1 Answer, 1 is accepted

Sort by
0
Alan
Top achievements
Rank 1
answered on 23 Jun 2012, 11:52 PM
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
Tags
ListView
Asked by
Alan
Top achievements
Rank 1
Answers by
Alan
Top achievements
Rank 1
Share this question
or