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

Problem with including RadChart Inside RadEditor content

1 Answer 35 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Saket
Top achievements
Rank 1
Saket asked on 07 Mar 2014, 09:54 AM
Hi Telerik,

I need to implement Telerik RadChart inside RadEditor's html content and preview it.  Also, I need to show the Tool tip on RadChart on preview using RadToolTipManager control inside RadEditor. Although, I know that RadEditor supports only HTML content and RadChart renders as an image but we need to implement the desired functionality.

If you have any solution/suggestion for this problem then help me out. I need to implement this functionality as soon as possible.

Thanks in Advance

Regards
Saket

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 11 Mar 2014, 09:29 AM
Hello Saket,

As you mentioned the RadEditor can be used only with simple HTML markup. Note that this markup is used by the browser to render the implemented code.

The RadChart or RadHtmlChart are ASP.NET controls and implemented via the corresponding markup. Note that the rendering of the back-end HTML code generated by the ASP.NET code is done via IIS. Using the Telerik Editor the code is designed directly in the browser and server logic cannot be applied.

Note that the rendered code of the Chart is SVG and the only available one that could be eventually used in the RadEditor to modify the source. Although I assume such task would be much more complex for the users.

Regards,
Ianko
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
Editor
Asked by
Saket
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or