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

EnableDragAndDrop + AllowReorder + CheckBoxes

1 Answer 44 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
richamo
Top achievements
Rank 2
richamo asked on 08 Sep 2010, 02:11 PM
Hi,

I have a strange behavior when using a listbox having AllowReorder, EnableDragAndDrop and CheckBoxes properties set to true.
Here is a sample scenario :
intial state :
-item1 checked
-item2
-item3

then using clientside drag and drop, reorder the item in order to have this :
-item3
-item1 checked
-item2

then a postback occurs and on server side, on OnPrerender event of the listbox I have the following issue :  
item3.Checked is true, item1.Checked is false and item2.Checked is false.

(I seems that checkboxes values are managed by indexes)

Help greatly appreciated !

Bye

Morgan

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 10 Sep 2010, 12:49 PM
Hi richamo,

I've answered to you in the support thread but will share the information here, for community reference. This seems to be a bug in RadListBox. We've added it to our bug tracking system and the issue should be resolved for the upcoming Service Pack 2.

Kind regards,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ListBox
Asked by
richamo
Top achievements
Rank 2
Answers by
Genady Sergeev
Telerik team
Share this question
or