Hi, I'm building a WPF application, using Telerik Reporting and RAD Docking control for WPF.
I'm nesting the ReportViewer for Windows forms in WindowsFormsHost. In the same window I put a RadDocking functionality. When I try to unpin and change the position of a pane, the WindowsFormsHost control have overlapped the DockingCompass and the Pane itself.
I have read that a hosted Windows Forms control is drawn in a separate HWND, so it is always drawn on top of WPF elements. Is there a some kind of workaround or WPF release of ReportViewer coming soon?