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

Drag and Drop Problem with IsEnabled Property

1 Answer 41 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Unnamed
Top achievements
Rank 1
Unnamed asked on 28 Mar 2011, 10:32 PM
I have been recently playing around with radcontrols and i followed a tutorial written by telerik using
            RadDragAndDropManager.AddDragQueryHandler(this, OnDragQuery);
            RadDragAndDropManager.AddDropQueryHandler(this, OnDropQuery);
            RadDragAndDropManager.AddDropInfoHandler(this, OnDropInfo);

everything was working awesome until i set the IsEnabled Property to false for one of my buttons now ever time i drag and drop it in the drop stackpanel it just disappears...why is this? i am feeling really stupid

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 29 Mar 2011, 09:06 AM
Hi Unnamed,

Could please post some more information about your scenario - xaml and code-behind.

Regards,
Tsvyatko
the Telerik team
Tags
DragAndDrop
Asked by
Unnamed
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or