Hi!
I have a RadEditor on a page and links do not work when clicked. I read in other posts that the links won't work due to it being rendered in an IFRAME, and try some JavaScript workarounds:
https://www.telerik.com/forums/radeditor-hyperlinks-not-working
I tried both of the workarounds mentioned there:
http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/how-to/open-link-in-a-new-window-when-clicked
http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/how-to/open-link-in-a-new-window-on-double-click
But neither was able to open a new page. I set ContentFilters to "None", and still the same issue so it's not related to that.
Thanks!