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

programmatically triggering a radlist reorder

1 Answer 79 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 09 Nov 2017, 12:04 AM
I'm looking for a way to activate a reorder in a radlist other than by long press (ideally I want a small grab handle in the row that they can use to reorder by just dragging on that grab handle).  Is there a way to change the trigger for the reorder, to trigger the reorder programmatically, or something else I haven't thought of to get this behavior?

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 09 Nov 2017, 08:06 PM
Hi Matt,

This is currently not available in the RadListView API. You can add this suggestion to the UI for Xamarin Feedback portal for consideration to be included in a future release. The dev team uses that portal to prioritize issues and feature requests.

If this is must-have feature, you could try adding an up and down arrow buttons in the ItemTemplate that will move that item one position at a time. You'd move it by manually reordering that item in the bound collection. When the ItemsSource has changed, the RadListView will show those changes (as long as you're using an ObservableCollection for the ItemsSource).

Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
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
Matt
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or