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

DragDrop XP problems

2 Answers 37 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 06 Dec 2010, 07:13 PM
I'm dragging and dropping from two different listboxes. This works perfectly in Windows7.  However, one of my clients who is on XP can't get this to work.  

I've loaded up an XP VM and sure enough, it doesn't.  I added some logging and found that in the DropInfo handler, DropImpossible is being passed in as the Status when they let go of the mouse on top of the control. When hovering over the control with the mouse down, it is passing DropPossible.  However, it will not pass DropComplete upon release.

If you need me to set up a simple project as an example, let me know.

On a related note, the DragCue is not showing in XP as well.  This may or may not be related. I set the e.Options.DragCue to a TreeViewDragCue in the DragInfo for DragStatus.DragInProgress.

2 Answers, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 07 Dec 2010, 10:41 AM
Hello Jon,

Is it possible to send us sample project that demonstrates the problem since we are unable to reproduce it from our side. I am attaching sample project that uses drag/drop operations as well as video demonstrating the behavior in win XP as reference.

Video - http://screencast.com/t/w2oDrDJod

Kind regards,
Tsvyatko
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0
Jon
Top achievements
Rank 1
answered on 10 Dec 2010, 05:38 PM
It appears to be a problem when running inside the Fluent Ribbon Control Suite's RibbonWindow.  I'll have to figure out some alternatives, thanks for the response.
Tags
DragAndDrop
Asked by
Jon
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Jon
Top achievements
Rank 1
Share this question
or