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

Using RadChart in Sharepoint 2010

2 Answers 177 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
vonhuocgiai
Top achievements
Rank 1
vonhuocgiai asked on 24 May 2010, 09:26 PM
hi,

how to use RadChart in SP 2010? I'm trying to add the chart to the sharepoint site, but it always show an "x" red image.

Rgs,
TN

2 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 27 May 2010, 03:08 PM
Hello tritin,

Please, check the "Integrating RadControls in MOSS" section of our online help. In addition, here are some general hints about RadChart -- make sure the chart httphandler is correctly registered in your moss site web.config file. In this page you can find details about extending your moss site with MS ASP.NET AJAX. In a similar manner, you need to add this line to the <httphandlers> section:

<add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false"/>

RadChart uses an additional namespace -- Telerik.Charting, you may need to add an additional tag in the safe controls section.

In addition, RadChart needs the SessionState by default. If you have disabled it - you may configure RadChart not to use it. You can find more details here.

Finally, you can check this forum thread, discussing RadChart and MOSS. Hope this helps.

Best regards,
Ves
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Savan
Top achievements
Rank 1
answered on 01 Aug 2011, 10:45 AM
If you have IIS7 and Windows Server 2007, then you need to add HttpHandler enetry using "IIS" only. (Using Content View)
If you add that entry, directly, by modifing web.config. Then it does not work.

Actully, IIS content view adds entry in " <system.webServer>" for HttpHandler.


Thanks
Savan
Tags
Chart (Obsolete)
Asked by
vonhuocgiai
Top achievements
Rank 1
Answers by
Ves
Telerik team
Savan
Top achievements
Rank 1
Share this question
or