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

[Solved] Drag and drop RadGrid item in between RadTreeView nodes

1 Answer 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Danny Scheelings
Top achievements
Rank 1
Danny Scheelings asked on 16 Oct 2009, 01:53 PM
Hi,

I'm using this example: http://www.telerik.com/community/code-library/aspnet-ajax/general/drag-and-drop-between-radgrid-and-radtreeview.aspx from the code library to drag and drop RadGrid rows to a RadTreeView. In this example it is only possible to drop a row onto a Node, but not in between two nodes.

Is there a solution to make this possible?

Thx,
Danny

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 22 Oct 2009, 09:15 AM
Hello Danny,

This is not supported with visual indicators in-between nodes (which is built-in feature for RadTreeView).

Possible solution would be to expose a configurator on the page through which the end user will choose whether the dropped record will become child or sibling of the target node and modify the existing code logic to perform the respective drop operation.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Danny Scheelings
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or