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

RadEditor and Special Non-alphanumeric characters issue

1 Answer 184 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Em4o
Top achievements
Rank 2
Em4o asked on 09 May 2011, 08:18 AM
Hi,

I have this issue. I have a table1 with column Info (Ntext).
And aspx page with RAD EDITOR.

I am using UPDATE operation with N for special character and RADEDITOR.TEXT property, which will save entered text to my table.

But I want  to load that saved data back to RAD EDITOR on other page, but to keep the formatting, because after saving with
RADEDITOR.TEXT property the text displayed on RADEDITOR is in flat format - all loaded text from database is appear on one row only?

I don't want to use here radeditor.content property, because i am using that column after that to generate some reports on word and i will need data in this way for generating special symbols on word, and i need to use RADEDITOR.TEXT property instead of .CONTENT property. But after that i have loading issue on radeditor- evrtng is appearing on one row?
How can i avoid this?

Is it possible using RadEditor.Content property to save ™ as ™ in datatable instead of &trade?

1 Answer, 1 is accepted

Sort by
0
Shukhrat Nekbaev
Top achievements
Rank 1
answered on 10 May 2011, 10:34 AM
Hi,

try to play with http://demos.telerik.com/aspnet-ajax/editor/examples/builtincontentfilters/defaultcs.aspx
I think you need to "unset" filter
Tags
Editor
Asked by
Em4o
Top achievements
Rank 2
Answers by
Shukhrat Nekbaev
Top achievements
Rank 1
Share this question
or