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

Drag from RadGridView to RadTreeView

2 Answers 50 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Paweł
Top achievements
Rank 1
Paweł asked on 25 Oct 2013, 01:45 PM
Hi.
I found that great example: http://www.telerik.com/help/wpf/raddraganddrop-between-treeview-gridview.html
But my question is that, is it possible to drag from radgridview to radlistview?
I'd like to drag Product(from gridview) to Category(from listview) with auto-insert to database.

Thanks!

2 Answers, 1 is accepted

Sort by
0
Paweł
Top achievements
Rank 1
answered on 28 Oct 2013, 10:17 AM
Actually it would be great if I could get somehow two information:
items in gridview typeof is Product, so first information is product.ID. Categories in listview typeof is Category - so categoryID.
So i'd like to create interface to auto insert with query product X to category Y after drag->drop.
0
Dimitrina
Telerik team
answered on 30 Oct 2013, 12:53 PM
Hi,

You have referenced to the documentation of our old RadDragAndDropManager. Actually it is now marked as obsolete and you must use DragDropManager instead.

You can achieve your goal with the help of DragDropManager. I would suggest you to refer to our online documentation.  You should also check the available events here.
Then you can also find our most recent example on Drag and Drop here. There you can review some sample behaviors on how to implement different scenarios.

I hope this guides you further.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Paweł
Top achievements
Rank 1
Answers by
Paweł
Top achievements
Rank 1
Dimitrina
Telerik team
Share this question
or