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

loss tag when load data into editor

1 Answer 41 Views
Editor
This is a migrated thread and some comments may be shown as answers.
vahid
Top achievements
Rank 1
vahid asked on 27 Mar 2012, 12:14 PM
hi
i use from RadEditor
when i insert code into tab HTML i meet to problem
my problem is in use from <div>
for example when i write this code in tab HTML :
<div id="1">
1111111111111111111111111
</div>

<div id="2">
       2222222222222222222222222
</div>

<div id="3">
3333333333333333333333333
</div>

<div id="4">
4444444444444444444444444
</div>
and store it in database and when i'll edit it and again load it in editor i Loss first div , namely in tab HTML is below like :
1111111111111111111111111
<div id="2">
2222222222222222222222222
</div>
<div id="3">
3333333333333333333333333
</div>
<div id="4">
4444444444444444444444444</div>

please help me it's urgent
thanks

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Mar 2012, 07:31 AM
Hello,

I tried to reproduce the reported problem in the Save In Database live demo but without success. Could you please see my test in the following video and let me know if I am missing something: http://screencast.com/t/uNsDc2NN?

If you are unable to reproduce the problem in the live demos, my suggestion is to upgrade to the latest version of RadEditor and examine how the Save In Database demo is configured.

Kind regards,
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.
Tags
Editor
Asked by
vahid
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or