3 Answers, 1 is accepted

Here is the example: https://blazorrepl.telerik.com/cpkyvPFk38QnEKtM36
Regards,
Anislav Atanasov

The ListView
component doesn't support drag and drop functionality out of the box. Depending on your requirements, you might consider using Grid
, TreeView
, or TileLayout
instead, as they have builtin drag and drop support and can be customized to look and feel simialr to a list.
Could you share a bit more about why you're using ListView
? For example, are you relying on its paging features, or do you need to dynamically add or remove items?
Regards,
Anislav Atanasov
Hi Will,
I must admit that drag and drop to reorder is not available for the ListView. We have a feature request about a generic sortable functionality that would cover this. You can follow it if you like. I already voted on your behalf.
In the meantime, consider some other Telerik components, which have this feature:
Regards,
Hristian Stefanov
Progress Telerik
Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!
Hi Will,
The ListBox component appears to be a good fit for your requirements. It supports reordering items through drag-and-drop or via buttons, and you can easily add or remove items by updating its data collection.
Kind Regards,
Hristian