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

RadDataBoundListBox Reorder Event

1 Answer 51 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.
Murilo
Top achievements
Rank 1
Murilo asked on 04 Apr 2013, 11:26 AM
I am creating an application using this function RadDataBoundListBox to reorder. Not located the method which fires after the list has been reordered and she is in the position that you determined. I need this event because after reordered I need to change the information in the database.

Thanks so far.

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 09 Apr 2013, 07:21 AM
Hi Murilo,

Thanks for writing and for your question.

RadDataBoundListBox exposes two events:

- ItemReorderUpButtonTap
- ItemReorderDownButtonTap

These events are fired each time a reorder button is pressed and come directly after the reordering has been finished.

Additionally, if you're using an ObservableCollection, the CollectionChanged event will be fired when reordering items since the DataBoundListBox control will modify its source collection when reordering.

I hope this helps.

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
Murilo
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or