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

I need to be able to drag items from one listview to another listview by using the css class

1 Answer 55 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Brett
Top achievements
Rank 1
Veteran
Brett asked on 04 Aug 2020, 09:04 PM

I'm working on an application that has 2 listviews.

This is how the application should work.

One listview has a list of products and the other listview is a selected-products.  In the products listview should allow a user to drag products & sub products over to the selected-products listview.

I posted this question with the code sample on stackoverflow.  Here is the link:
https://stackoverflow.com/questions/63241305/i-need-help-using-kendo-ui-for-jquery-i-need-to-be-able-to-drag-items-from-one

Can anyone here help me out?

1 Answer, 1 is accepted

Sort by
0
Preslav
Telerik team
answered on 06 Aug 2020, 12:21 PM

Hello Brett,

Based on the provided description, I believe that the best approach to handle this scenario is to use a combination of the ListView with our Sortable. An integration demo of these two widgets is available here - https://demos.telerik.com/kendo-ui/sortable/integration-listview

To create a "one-way" sortable, I would suggest following the approach from this demo - https://demos.telerik.com/kendo-ui/sortable/linkedlists

Please, give the above a try, and let me know if it works for you.

 

Regards,
Preslav
Progress Telerik

Tags
ListView
Asked by
Brett
Top achievements
Rank 1
Veteran
Answers by
Preslav
Telerik team
Share this question
or