The ListView page at https://www.telerik.com/aspnet-core-ui/listview seems to indicate that there is drag and drop support, but the demo that it links to does not show this. Has anyone tried implementing drag and drop on a UI for ASP.NET Core ListView?
1 Answer, 1 is accepted
0
Viktor Tachev
Telerik team
answered on 07 Mar 2018, 01:40 PM
Hello Laurie,
The drag and drop functionality can be achieved by integrating the ListView with the Sortable component. The functionality is illustrated in the following example.