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

Reordering multiple items via drag/drop gives incorrect results

1 Answer 60 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Trent Ballew
Top achievements
Rank 1
Trent Ballew asked on 01 Feb 2010, 10:11 PM
When I enable reordering in a list box as well as multiple-select, the control doesn't reorder the items properly. Example:
Initial List:
Text     SortID
A            1
B            2
C            3
D            4
E            5

If you select C, D & E and drag them between A&B, you should get a list sorted like A C D E B.  However, here's what you get:
Text    SortID
A            2
B            3
C            4
D            5
E            3

Which results in an order of A E B C D (it effectively only moves the last item you selected).  Actually, it is not even predictible since sortID 3 is duplicated.

This looks very much like a bug - is there a workaround or a fix available?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 02 Feb 2010, 04:09 PM
Hello Trent,

This is a known issue which is already logged and will be fixed as soon as possible. Thank you for your understanding.


All the best,
Yana
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
ListBox
Asked by
Trent Ballew
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or