However, note that the two controls should be somehow visible in order to start dragging from the source control and drop to the target control. It may be required to switch the selected page while the dragging operation is being executed.
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik
But that's my main problem, how to get the hovered dragged page tab to be selected?
How do I access the tab control itself? So I could be setting the dragover event handler
This way the other control gets visible and the rest is easy...
Thank you
Dess | Tech Support Engineer, Principal
Telerik team
commented on 27 Jan 2023, 10:14 AM
Hello, Alain,
In the TreeViewElement.DragDropService.PreviewDragOver event you have access to the HitTarget. Hence, when you drag over a RadPageViewStripItem, you can set the RadPageView.SelectedPage to the respective page: