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

Glitch in TreeListView when dragging with SelectionMode="Extended"

3 Answers 28 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Jerome
Top achievements
Rank 1
Jerome asked on 31 May 2011, 04:24 PM
Hi!

It is nearly impossible to use drag-and-drop in a TreeViewList with extended selection enabled.

Here is how to reproduce the glitch :
- move the mouse over an unselected tree item
- press and hold the left mouse button
- move the mouse over other items without releasing the button

The drag-and-drop is properly initiated, but all the items over which the mouse moves during the drag-and-drop become selected. As a result, the drop operation is applied to the wrong set of items!

I have spent a lot of time and effort trying to work around that glitch, to no avail. Is there a fix on the way?

(experienced with RadControls_for_Silverlight_4_2011_1_0419_Dev)

Regards,
Jerome

3 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 01 Jun 2011, 08:16 AM

Hi Jerome,

Drag and drop and Extended selection (with mouse) are not compatible - you should sacrifice one of those feature to get a consistent behavior. 

For example, setting DragElementAction to None should resolve the problem. 



Kind regards,
Milan
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Jerome
Top achievements
Rank 1
answered on 13 Jun 2011, 01:59 PM
Hi Milan!
Thank you for you reply.
Do you know if there is any plan to make those features compatible in a future release?

Regards,
Jerome
0
Milan
Telerik team
answered on 14 Jun 2011, 09:11 AM
Hi Jerome,

I am afraid that extended selection and drag and drop are inherently incompatible. Still, we will consider options to provide better user experience.


All the best,
Milan
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
TreeListView
Asked by
Jerome
Top achievements
Rank 1
Answers by
Milan
Telerik team
Jerome
Top achievements
Rank 1
Share this question
or