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

DragCue doesn’t appear

3 Answers 50 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
THOMAS
Top achievements
Rank 1
THOMAS asked on 11 Oct 2011, 09:11 AM

Dear sir,

I implemented a drag & drop between two ListBoxes. I made it so, like on your web page “Drag and Drop Between ListBoxes with User Feedback”.  It works fine, but the DragCue doesn’t appear.

// OnDragQuery event handler

        private void OnDragQuery(object sender, DragDropQueryEventArgs e)

        {

            var listBoxItem = e.Options.Source as ContentControl;

            if (e.Options.Status == DragStatus.DragQuery && listBoxItem != null)

            {

                var sourceControl = e.Options.Source;

                var dragCue = RadDragAndDropManager.GenerateVisualCue(sourceControl);

Could you tell me, where is the problem?

Best regards

3 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 11 Oct 2011, 09:18 AM
Hello Thomas,

 

You may take a look at the following forum thread "Telerik update - drag arrow disappeared" for further reference. 



Regards,
Vanya Pavlova
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Trude
Top achievements
Rank 2
answered on 12 Oct 2011, 12:02 PM
I have this problem also - dragging between tileviews - check this thread:

http://www.telerik.com/community/forums/silverlight/tileview/drag-from-one-tileview-to-another.aspx

(yes, I'm using legacymode)
0
Tina Stancheva
Telerik team
answered on 14 Oct 2011, 01:53 PM
Hello Jorn,
 
We posted an answer to the other forum thread you started. Please have a look at it and let us know if we can further assist you.

Greetings,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DragAndDrop
Asked by
THOMAS
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Trude
Top achievements
Rank 2
Tina Stancheva
Telerik team
Share this question
or