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

Drag&drop in Child window

1 Answer 39 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Vlad
Top achievements
Rank 1
Vlad asked on 07 Sep 2011, 04:10 PM
Hello!

I've found that drag&drop feature does not work in Silverlight Child window.
Steps that i make:
1. Create RadControls Silverlight project.
2. Add Silverlight child window in it.
3. Add RadTreeView control in child window.
4. Set all options (IsEditable, IsDragDropEnabled, AllowDrop) to true.
5. Add Items manually via Property window.
6. Put some code to invoke child window and Run.

Result: Drag&drop feature does not work at all.
If i do the the same actions, but add RadTreeView control into main window - drag and drop works.
Am i doing something wrong or is there any workaround?

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 12 Sep 2011, 09:06 AM
Hello Vlad,

 Drag And Drop in SIlverlight's ChildWindow is limited operation. However, you can workaround this with the RadDragAndDropManager's events when implementing custom drag and drop operation.Please check out this help article and let us know if it is a good starting point for you or if you need more info or assistance.

All the best,
Petar Mladenov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
TreeView
Asked by
Vlad
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or