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

How to detect when the item ordering is compeleted?

1 Answer 33 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Sheng Kuo
Top achievements
Rank 1
Sheng Kuo asked on 23 May 2017, 08:46 AM

As mentioned above.

RadListView has IsItemsReorderEnabled attribute, it enable user to reorder items by drag and drop, but there is no handler can be found after item ordered,

so I can't update anything or even to catch any event after an item is being moved. 

Help please.

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 23 May 2017, 04:39 PM
Hi Sheng,

I answered this question for you in the other forum thread you posted in here.

To summarize, you can use the CollectionChanged event of the bound ObservableCollection. CollectionChanged fires whenever an item is moved, added, removed, etc.

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
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 Feedback Portal and vote to affect the priority of the items
Tags
ListView
Asked by
Sheng Kuo
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or