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

How to integrate a Telerik web project into a Sharepoint site?

3 Answers 85 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
M. R.
Top achievements
Rank 1
M. R. asked on 09 Apr 2010, 12:37 AM
Hello,

I am using the latest version of ASP.Net Ajax controls. I created a Visual Studio web project (using the Telerik template)  that includes a default.aspx page with a RadChart, Everything works correctly but now I need to deploy it to a Sharepoint 2007 site.

What is the way to add this project (the aspx page, associated resources, settings, etc) to Sharepoint?
Is it possible to integrate this new page into my Sharepoint site using a very simple method like a page viewer web part (standard web part that comes with Sharepoint)?

Thank you,
M. R.


3 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 13 Apr 2010, 10:26 AM
Hi M. R.,

Generally, the page viewer webpart uses a standard iframe element to show the page inside. That said, you should not experience any problem displaying a page with RadControls in it.


For integratin RadControls in a sharepoint webpart you can take a look at the topics in Integrating RadControls in MOSS chapter in 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.

Finally, 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. Hope this helps.

Sincerely,
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
John
Top achievements
Rank 1
answered on 26 Oct 2010, 10:24 PM

I am having trouble with the following issue.  I have a web application running on iis6 on server A.  It makes heavy use of Telerik's asp.net ajax controls.

On server B I am running SharePoint Foundation on iis7.

The problem occures when I use a 'SharePoint Page Viewer Web Part' and point it to the Telerik web application.  I have the following error in my status bar of the browser.

Message: Access is denied.

Line: 6
Char: 73478
Code: 0
URI: http://TheWebApp'sServerAddress/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d1.0.61025.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen%3a1f0f78f9-0731-4ae9-b308-56936732ccb8%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1314.20%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen%3aec1048f9-7413-49ac-913a-b3b534cde186%3a16e4e7cd%3af7645509%3aed16cbdc%3a24ee1bba%3ae330518b%3a1e771326%3ac8618e41

thanks in advance,
John

0
Tsvetoslav
Telerik team
answered on 01 Nov 2010, 06:13 PM
Hi John,

The error message indicates that you are using RadScriptManger, don't you? If so, could try replacing it with a standard MS ScriptManager control and let us know of the result.

Regards,
Tsvetoslav
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
Tags
Chart (Obsolete)
Asked by
M. R.
Top achievements
Rank 1
Answers by
Ves
Telerik team
John
Top achievements
Rank 1
Tsvetoslav
Telerik team
Share this question
or