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

Drag Drop of Child Items: Only One item dropped

3 Answers 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sameers
Top achievements
Rank 1
Sameers asked on 29 Apr 2011, 01:53 PM
I have a two grids to do drag drop with. One grid contains child view. If I select more than one child items (from different views) and drage them, the destination gets only one item dragged and not other.

  For example, I have products Like this

 Product A
            child 1
            Child 2
Product B
           Child 3
           Child 4

If I select Child 1 and Child 3, and drag them, I only get either Child1 or Child 3, not both.

Is that by design? Or there is something I might be missing? If I select Product A and Product B, both are dropped fine on destinaion grid.

   thanks
   Sameers

3 Answers, 1 is accepted

Sort by
0
Accepted
Veli
Telerik team
answered on 04 May 2011, 02:05 PM
Hello Sameers,

You cannot drag items from different grids simultaneously. When you start dragging, only items inside the grid from which you grab an item are dragged.

Veli
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Sameers
Top achievements
Rank 1
answered on 09 May 2011, 04:26 PM
I wonder in such case, if the dragging show any indication or deny to start drag? Otherwise, it is really confusing to the user.

thanks,
Sameers
0
Veli
Telerik team
answered on 10 May 2011, 09:34 AM
You can tell by the dragged items copied and moved with your mouse cursor. Drag'n'Drop for the 2 grids are independent of each other. It would not be feasible to disallow dragging in one grid simply because there are selected items in another grid on the page.

Veli
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Sameers
Top achievements
Rank 1
Answers by
Veli
Telerik team
Sameers
Top achievements
Rank 1
Share this question
or