Last Updated:
11 Dec 2024 13:12
by Martin Ivanov
RichTextBox: Allow dragging text selection outside of the control and dropping text inside the control
Currently, you can drag text selection in order to move it within the document.
Add support for dragging text outside of the RadRichTextBox control, thus allowing it to be dropped in a text editor that supports text drop (Word, Notepad and others).
Also, allow dropping text from external source if the DataFormat of the drag/drop action is Text or one of the other supported text data formats in Windows.