Hi, I dont know if this is possible but I wanted to get the selection of the first editor to be used by second editor. Heres the scenario:
Im creating an application that will show the difference of 1st radeditor which has a readonly content to the second radeditor (editable content). Both of which has same content.. All of the changes to first content will reflect to second content. So for example first editor has a wrong spelling for Thiz.. If I select the word Thiz on my 1st editor and use my custom tool, it will just change its font color but for my 2nd editor it will be corrected, like it will become This and will have same font color..
In order to reflect the changes to my 2nd editor, I need to get the value of the selection..
If this is not possible maybe getting the character index of the selection from the 1st editor will suffice, anyway content are the same, so I can locate it using the index..
Im using ASP.NET AJAX Q1 2009
Thanks in advance,
RJ
Im creating an application that will show the difference of 1st radeditor which has a readonly content to the second radeditor (editable content). Both of which has same content.. All of the changes to first content will reflect to second content. So for example first editor has a wrong spelling for Thiz.. If I select the word Thiz on my 1st editor and use my custom tool, it will just change its font color but for my 2nd editor it will be corrected, like it will become This and will have same font color..
In order to reflect the changes to my 2nd editor, I need to get the value of the selection..
If this is not possible maybe getting the character index of the selection from the 1st editor will suffice, anyway content are the same, so I can locate it using the index..
Im using ASP.NET AJAX Q1 2009
Thanks in advance,
RJ