Hi, I have a wpf application which main area is RadDocking control with DocumentHost and so on. Actually it is Tab MDI application based on RadDocking. I would like to drag and drop files to this area of the application from windows explorer. For RadDocking I can handle PreviewDrop event, but Drop event is not raised. Feedback event is not raised to (for custom visual cursor). I tried to work with DragDropManager but got same behavior. Allow drop is set true for RadDocking control and qindow as well. Solutions?
Thanks,
Vladimir