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

Rad Chart in Rad Grid View

1 Answer 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Arvind
Top achievements
Rank 1
Arvind asked on 24 Jul 2012, 03:21 PM
Hello Telerik Team,
We have an issue with Rad Chart in the Rad Grid View, we have added the following settings in the Web.Config 
 <httpHandlers>
<add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
  </httpHandlers>
<handlers>
<add name="ChartImage.axd_*" path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" preCondition="integratedMode" />
  </handlers>


When we check in the debug mode and host in the Local IIS, we do not get any rad Chart Error and when we host in the Windows Azure with one Instance we do not get Rad Chart Error, but when we deploy in the Windows Azure with two instances, we are getting the rad chart error that is there in the attachment, Please find the attachment.

Please tell us a fix that will solve this Issue.

Thanks,
Arvind.


1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 27 Jul 2012, 11:00 AM
Hi,

Here is a possible problem in web-farm scenario. It would be an issue if the page is served  and therefore the chart image is generated by one machine and the next request for the image itself is served by another machine. Then this second machine will not be able to find the image in the session. The solution would be to implement State server or SQL server session state mode or sticky session, ensuring that all the request from one user will be handled by the same machine.

Best regards,
Ves
the Telerik team
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 their blog feed now.
Tags
Grid
Asked by
Arvind
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or