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

Access sorted Items after client sort

1 Answer 58 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 26 Jul 2011, 01:35 AM
When a listbox is sorted on the client side, upon postback i want to be able to iterate through the newly sorted values, however the standard .Items list is still in the original order. How do I access the items in the new order?

foreach (RadListBoxItem item in RadListBox1.Items)

1 Answer, 1 is accepted

Sort by
0
Thad
Top achievements
Rank 2
answered on 26 Jul 2011, 04:45 AM
Hi Allen,

Are you using the trackChanges and commitChanges methods in your client side sort routine?

Thanks!
Thad
Tags
ListBox
Asked by
Allen
Top achievements
Rank 1
Answers by
Thad
Top achievements
Rank 2
Share this question
or