This question is locked. New answers and comments are not allowed.
I have an existing RadGridView, and would like to allow users to drop the header columns onto another control of mine. All I need to capture is the header text and/or "UniqueID". I've successfully set up a drop target, but the "DragEventArgs.Data" property seems to be inaccessible. It has the type "Telerik.Windows.DragDrop.Behaviors.DragPayload.FullTrustPayload" -- I can see that this type contains a member "dataStore" that has the info I need, but the property is not public, so I can't access it.
Is there any way to access information about a dropped GridViewHeaderCell?
Is there any way to access information about a dropped GridViewHeaderCell?