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

RadChart in Sharepoint 2013

1 Answer 77 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 2
Naresh asked on 12 Jul 2013, 06:48 AM
Hi Team,

 I am using RadChart in my custom webpart. I am stuck with integrating chart with SharePoint. 

 I have put the entry in httpHandler like:

    <httpHandlers>
      <add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2009.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
    </httpHandlers>

 After doing this, I got an error like:

The "Chart" Web Part appears to be causing a problem. Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration.


Kindly help me to resolve this. Its urgent. 
Thanks in Advance.


1 Answer, 1 is accepted

Sort by
0
Petar Kirov
Telerik team
answered on 16 Jul 2013, 10:11 AM
Hi Naresh,

By default RadChart requires session state and it seems it is disabled in this case, which causes the problem. Please check this forum post to see how you can solve this problem.

I hope this helps.
 
Regards,
Petar Kirov
Telerik
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 the blog feed now.
Tags
Chart (Obsolete)
Asked by
Naresh
Top achievements
Rank 2
Answers by
Petar Kirov
Telerik team
Share this question
or