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
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