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

Drag&Drop between two floating window

3 Answers 46 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 08 Feb 2011, 10:01 AM
Hi, there.

Drag&Drop between two floating windows doesn't seem to be supported in WPF yet.
Reading old posts, it suggests that it will be improved/supported post-2010 Q1.
Is it supported in the latest release?
Is there a sample how to do this?

I read a post below talking about setting,
RadDragAndDropManager.EnableNativeDrag = true;
but it doesn't seem to do anything for me.
Is there something extra I need to do to enable native drag?

While I'm at it let me ask one more question.
The question above pertains to two different windows from the same application.
I also like to support drag and drop between two different telerik application.
How is this possible?

Thanks a lot!

-Chris

3 Answers, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 10 Feb 2011, 10:36 AM
Hi Chris ,
Please check the attachment in this support thread that demonstrate how to drag tab items between two windows (simply click open window button twice and drag tab items between windows).

All the best,
Tsvyatko
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Chris
Top achievements
Rank 1
answered on 10 Feb 2011, 12:19 PM
Thanks a lot for the sample.
It seems to work fine for two windows in a single app.

I guess there isn't an easy way to extend this solution to two windows from two different apps(both using RadDragDropManager)
I appreciate if you have ideas.

-Chris
0
Tsvyatko
Telerik team
answered on 15 Feb 2011, 11:23 AM
Hello Chris ,

In order to transfer the data between two application you need to wrap it in object that can be added in DataObject through its SetData Method.

Best wishes,
Tsvyatko
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
DragAndDrop
Asked by
Chris
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Chris
Top achievements
Rank 1
Share this question
or