I've a treeview with folders containing html templates (can be any valid html content). I'm able to drag and drop those html templates to the RadEditor. What I want to do is to drop the templates at the cursor position in the RadEditor. I'm using pasteHtml and it is always inserting it at the very beginning and not at the cursor position in the editor.