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

Drag-N-Drop Hierarchical Grid Item

1 Answer 53 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Vinod
Top achievements
Rank 1
Vinod asked on 23 Jun 2009, 01:28 PM
Hi,

I am working on the scenario where. I have two Grids. as follows:
GRID 1                            GRID2 (Simulation of the Tree View)
-----------------            ----------------------
| ITEM 1        |            | ITem A
| ITEM 2        |                 |ITEM-Child1
|                    |                 |ITEM-Child2    
|                    |            |


What I want is :
1.User should be allow to drag and drop the item from GRID 1 to GRID2 .GRID 1 Item should be set as a child of the GRID 2 item on which GRID 1 Item is droped.
2.User should not be able to Drag parent item of the GRID 2.
3.user should be able to drag and drop the child item from GRID 2 to GRID 1.

Please tell me how to do this.. please provide any sample if you can. Any kind of help will be appreciated.

Thanks,
Vinod Sa.

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 24 Jun 2009, 02:21 PM
Hello Vinod,

We have a very detailed sample application that is using the DragAndDrop manager with a GridView control. The application is uploaded online (http://demos.telerik.com/silverlight/bugtracker) and you can also download its source code from your account download section.

Please let us know if you have any issues implementing your scenario.

Greetings,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
DragAndDrop
Asked by
Vinod
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or