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

How to prevent character replacement on save event on ASP.NET AJAX Controls

1 Answer 55 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Gökhan
Top achievements
Rank 1
Gökhan asked on 22 Jan 2011, 07:49 AM
Hi all. I am new at Telerik and i used a control called telerik rad editor in my app. also the same problem is here:
http://www.telerik.com/community/forums/aspnet-ajax/editor/how-to-prevent-character-replacement-on-save-event.aspx

but i only use asp.net and telerik. so i think maybe you can answer this question.

the error is:

For example on my portal i can see Türkçe as Türkçe when browsing. However when viewing page source or database table called htmlText i see that all Turkish chars displayed as friendly codes. [türkçe]


thanks.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 26 Jan 2011, 02:41 PM
Hi Gökhan,

To fix the problem you should disable the content filter, e.g.

RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.);

You can perform a quick test and disable this filter in the following live demo: Built-in Content Filters.
You can find more information about the content filters in the following help article: Content Filters.

Kind regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Gökhan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or