I tried to look on the forum but didn't find a solution. How can I accomplish this?At the event there's e.X and e.Y of the cursor position, but I haven't found on the UltraTextEditor a way to get the Index at which the drop happen so I can setup SelectionStart and insert the necessary data.
Hello Eugenio,
Thank you for contacting Infragistics!
You may want to consider using the UltraFormattedTextEditor as it has a method to get caret position form mouse location.
Ok, now that I figured out how to port the functionalities from UltraTextEditor to UltraFormattedTextEditor, I'm able to make it work.Thanks!