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

DragDrop and EnableLassoSelection

1 Answer 45 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Volodymyr
Top achievements
Rank 1
Volodymyr asked on 11 Nov 2014, 01:58 PM
Good day community,

I have some questions about usage drag and drop for multiselect rows (with EnableLassoSelection).
When I set 
MultiSelect = true
and select rows using arrows, it work very nice, but when I set
MultiSelect = true
EnableLassoSelection = true;
multiselect does not work, because when I selected item and try grab it listview again tries to select rows.

Somebody knows how to fix it, or may be you have some working example.

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 14 Nov 2014, 08:42 AM
Hello Volodymyr,

Thank you for writing.

Currently, RadListView does not support drag and drop functionality when the lasso selection is enabled as both of the actions should be started on mouse move with left mouse button pressed. However, it is a reasonable request to improve this behavior in order to implement functionality similar to Windows Explorer. I have logged it in our feedback portal. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - feedback item.

I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to set the EnableLassoSelection property to false, when you want to perform drag and drop operation.

I hope this information helps. Should you have further questions, I would be glad to help.

Regards,
Desislava
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ListView
Asked by
Volodymyr
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or