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

Reorder Not Work Properly

1 Answer 38 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 13 Aug 2014, 04:35 PM
Hello,

I am working on a project with a RadListBox.
In the RadListBox there is a list of items.
The user can change a location of an item inside the list, by drag-and-drop.
I am trying to get the new order of the list, after such a change.
I get the new order only after the first change, but not after the following changes. [View video]

How can I get the new order also after multiple changes?

 
Thanks,

Daniel.

1 Answer, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
answered on 14 Aug 2014, 09:27 AM
Hi,

I just managed to solve the problem.

In ASPX, I used - ItemTemplate (and <% # Eval).

In addition, the  AJAX setting :
Button -> Label

and :
Button -> LISTBOX


Daniel.
Tags
ListBox
Asked by
Daniel
Top achievements
Rank 1
Answers by
Daniel
Top achievements
Rank 1
Share this question
or