This is a migrated thread and some comments may be shown as answers.

Rad Editor Hyperlink values are not setting properly in Edit mode

1 Answer 107 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
Chakradhar Vemparala
Top achievements
Rank 1
Chakradhar Vemparala asked on 23 Oct 2009, 11:51 AM
In Rad Editor i entered some URL in hyperlink option. And saved the text. When i  clicked on Edit hyperlink option the values are not setting properly( like it is adding amp; for '&').
Example: I Entered the URL like this http://Sample.com/Issue.aspx?Id=1&SecondID=2&ThirdID=3;
the above URL is displaying like below in Edit mode in hyperlink popup:
http://Sample.com/Issue.aspx?Id=1&SecondID=2&ThirdID=3;
(this is the first time)
http://Sample.com/Issue.aspx?Id=1&SecondID=2&ThirdID=3;(this is the second time. Keep on adding amp; each time to '&' in hyperlink popup)

Thanks,
Chakradhar

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 28 Oct 2009, 12:58 PM
Hi Chakradhar,

You can easily fix the problem by implementing a content filter which will convert the & and align=middle back to its original values. Please review the following KB Article that shows how to solve the problem:
Converting Unicode symbols to numeric HTML entities using a content filter

Another way to fix the problem is to replace the incorrect strings on the server with RadEditor1.Content.Replace("&","&");


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TextBox
Asked by
Chakradhar Vemparala
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or