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

Reorder RadDataBoundListBox

1 Answer 54 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Weng
Top achievements
Rank 1
Weng asked on 13 Apr 2013, 10:45 AM
I need to update some data to item that reordered.
Can I do that in ItemReorderUpButtonTap?
I try  SelectedItem or  TopVisibleItem but it dont work .

Thank you

1 Answer, 1 is accepted

Sort by
0
Accepted
Deyan
Telerik team
answered on 17 Apr 2013, 07:59 AM
Hello Weng,

Thanks for writing and for your question.

Currently there is no direct way to get the item that is being reordered.

A possible workaround would be to handle the CollectionChanged event of your source collection (if it is an ObservableCollection) which will be fired upon a reordering operation. You should listen for the Add action - it will be fired when the reordered item is inserted into its new location.

We will consider extending the API of DataBoundLIstBox to allow you to get the item which is being reordered for our next release.

Kind regards,
Deyan
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
DataBoundListBox
Asked by
Weng
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or