Hello,
If you want to update the links in RadEditor, you should do that on the client by implementing a
custom content filter. If you want to do that on the server, you can do that after you obtain the RadEditor's content via the Content property. The Content property returns a standard string which you can modify using the String.Replace method and if needed regular expressions.
All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.