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

Drag/drop stops working inside nested RadWindows

1 Answer 74 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
hwsoderlund
Top achievements
Rank 1
hwsoderlund asked on 18 Mar 2009, 02:47 PM
I've been using the example application posted in this thread to implement drag/drop between listboxes. My application makes heavy use of the RadWindow component, often with windows opening windows opening windows etc. In this situation the dropping of items stops working. The drag operation starts just fine, but I cannot drop the element anywhere on the page. When I release the item the only thing that happens is that OnDragInfo is fired with the Status set to DragCancel. The strange thing is that when I just open a single window with the drag/drop page in it, everything works fine. As soon as I add one window "level" it breaks.

I've prepared a small example app demonstrating the behavior, see link below. It is quite urgent for me to find a solution to this problem as I have a deadline approaching fast.

Sample app:
http://cid-cc43a90a79374ebd.skydrive.live.com/self.aspx/Public/DragDrop%7C_Window%7C_Problem.zip

1 Answer, 1 is accepted

Sort by
0
Accepted
Miroslav
Telerik team
answered on 19 Mar 2009, 06:04 PM
Hello Henrik,

Thank you for pointing this out! The sample solution made identifying the problem a lot easier.

The DragDrop did not have the method to correctly identify the Z index of the nested windows (since the .Controls assembly does not reference .Navigation assembly, a workaround is used).

We now have corrected this and the topmost window is correctly identified, solving the issue. The update will be available in the SP1 release of the controls.

I have sent you the updated assemblies in a support ticket, hopefully not too late for your deadline.

Your telerik points have been updated.

Regards,
Miroslav
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
DragAndDrop
Asked by
hwsoderlund
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Share this question
or