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

i want gridview+treeview+drag&drop

1 Answer 43 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
lee
Top achievements
Rank 1
lee asked on 15 Jul 2011, 02:52 AM
I was saw drag&drop event in treeview control.
I want to make gridview control like self-Reference in DEMO.
Drag&drop event in The gridview control that is possible?

1 Answer, 1 is accepted

Sort by
0
Svett
Telerik team
answered on 20 Jul 2011, 09:12 AM
Hello Lee,

The drag and drop events exposed in RadTreeView are propagated internally by its RadDragDropService instance. In RadGridView you can access its drag and drop service by using the following code snippet:

RadGridViewDragDropService dragDropService = this.radGridView1.GridViewElement.GetService<RadGridViewDragDropService>();

You can read more about its events in this blog post. Notice that drag and drop works only in unbound mode. Nevertheless, you can use this code library to achieve drag and drop in bound mode.

Best wishes,
Svett
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Treeview
Asked by
lee
Top achievements
Rank 1
Answers by
Svett
Telerik team
Share this question
or