Hi,
I am using Rad editor in my application. I am opening a pop up window and pasting the value selected in the pop up to the editor. The problem i am facing is that the text is getting pasted in the first position of the editor inspite of the cursor posistion. The code used is given below:
I am using Rad editor in my application. I am opening a pop up window and pasting the value selected in the pop up to the editor. The problem i am facing is that the text is getting pasted in the first position of the editor inspite of the cursor posistion. The code used is given below:
RadEditor1ClientObject.SetFocus();
RadEditor1ClientObject.PasteHtml(Symbol);
I wanted to the paste the text from the pop up in the cursor position of the ediotr. Please help me with this issue.
Thanks
Gayatri