This question is locked. New answers and comments are not allowed.
I want to drag element(s) from the RadTextBox to another control. Can you provide me an example as I have been unsuccessful making this work?
To be clear, I understand how to do the reverse--as shown here. But that is not what I want. I want to drag information from the RadTextBox, as a copy and not a move, and then place that data into another control. I am pretty flexible if there are some limitations so dragging an image or text is fine. I have tried working with RadDragAndDropManager.AddDragInfoHandler and RadDragAndDropManager.AddDragQueryHandler with no success.
To be clear, I understand how to do the reverse--as shown here. But that is not what I want. I want to drag information from the RadTextBox, as a copy and not a move, and then place that data into another control. I am pretty flexible if there are some limitations so dragging an image or text is fine. I have tried working with RadDragAndDropManager.AddDragInfoHandler and RadDragAndDropManager.AddDragQueryHandler with no success.
Much thanks!