In Radeditor when you enter a URL such as
www.hotmail.com and press space afterwards it converts it into a HTML hyperlink. Is there any way to stop or turn off this functionality? e.g. so the contents property returns the raw text not the html.
I am dynamically creating rad editor controls and giving the content to another process that does not understand HTML. I currently process the output to remove/replace HTML characters e.g. changing & to & and <br /> to newline. But trying to remove a href tags would be a pain and might not always be accurate.
If there is no easy answer I'll just tell the users a workaround e.g. paste in from Word via the 'paste as plain text' toolbar option.
Andrew