This question is locked. New answers and comments are not allowed.
I need to drag a tab item to a RadPanel. On the drop, I want to take the Tag Object from the tab item and implement a process using the information therein. I don't need the tab item itself, just the 'look and feel' of a drag for the user. I know I can move the tabs around in the strip itself and, for that matter, the drag display also is visible over my Radpanel. I just need to generate an event to grab the tab item object. The TabDragEnded event only fires when it is dropped within the strip container.
Thanks
Thanks