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

Custom Drag Handler to drop on TreeView?

1 Answer 28 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Per
Top achievements
Rank 1
Per asked on 15 Aug 2013, 10:30 AM
Hi!

I am trying to combine a custom drag handler from listview with a drop to a treeview.
My problem is that when using a custom drag handler in the ListView, the "MouseOver" event is not triggered in the treeview, so I dont know on what node the items is being droped. The hover effect on the treeview node is not working ither.
If i'm using the build in DragHandler, everything works fine.

Any suggestions on what might be wrong?

Regards
Per

1 Answer, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 20 Aug 2013, 06:38 AM
Hello Per,

I am not quite sure what went wrong with your custom logic without seeing the code, but could you please examine these demos and see if they can give you an idea how to achieve your goal:

1. TreeView - Drag-and-drop

2. ListView - Items Drag-and-drop

If this can't help, please open a support ticket and send a small runnable project that is replicating the issue and more details on your scenario, like what's the functionality that can't be achieved with the built-in feature so I can find the most proper solution to your case.

Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ListView
Asked by
Per
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Share this question
or