Hi All,
I have the following code that was working in the Q3 2010 bins, but now on the Q1 2011 version (2011.1.419.1040), I cannot get drag manager QueryHandler event to fire: RadDragAndDropManager.AddDragQueryHandler(this.treeSource, OnDragQuery);
Full code:
As you can see, I am running this in a ChildWindow and as a result, I need to set:
e.Options.ParticipatingVisualRoots.Add(this);
In order for the PreviewDragEnded event to be fired.
Is the some change or some reason why this code would not be working now in the latest binaries?
Nick