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

[Solved] RadEditor with RadChart

1 Answer 102 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Atiq Ur Rehman
Top achievements
Rank 1
Atiq Ur Rehman asked on 26 Jun 2008, 02:12 PM
Hi is there any way we can use RadChart in RadEditor. Like to insert a RadChart in RadEditor.

Thanks
Atiq

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 26 Jun 2008, 03:49 PM
Hi Atiq,

RadEditor is a client-side browser tool, providing the ability to visually edit pure HTML text using the underlying Rich Text Editing engine of the browser. This browser engine supports only standard HTML/XHTML tags and plain text.

Please, note that if you put a server tag in RadEditor the editor will not strip the tag, but will not render it in Design mode.

The ASPNET tags are not HTML tags and the browser is not able to visualize them. The browser cannot visualize XML Tags and when you put <asp:button> in the editor, the server-side framework will not parse the content (as it is part of the editor, not part of the page).
So, instead of sending to the client the HTML tag <input type=button> it will send <asp:button> - which means nothing to the browser.

To understand the situation better, please create a new HTML page with extension .html and add your server tags content you put to the browser and load it in the browser.

RadEditor is more similar to a desktop HTML editor rather than to an integrated program like MS Word, FrontPage or Visual Studio for web.


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Atiq Ur Rehman
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or