﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - Pivot Chart problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Pivot-Chart-problem/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Pivot Chart problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Pivot-Chart-problem/</link><pubDate>Thu, 25 Aug 2011 21:43:37 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Please try to open the web.config file to ensure whether WebGrid Chart handler has been added or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Add WebGrid Chart httpHandler to &amp;lt;httpHandlers&amp;gt; section.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;system.web&amp;gt;
  &amp;lt;httpHandlers&amp;gt;
    ...
    &amp;lt;!-- Intersoft WebGrid Chart--&amp;gt;
    &amp;lt;add path="ISChart.axd" verb="GET" type="ISNet.WebUI.WebGrid.Chart.ChartRequestHandler, ISNet.WebUI.WebGrid" validate="true"/&amp;gt;
    ...
  &amp;lt;/httpHandlers&amp;gt;
&amp;lt;/system.web&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Add WebGrid Chart handler to &amp;lt;handlers&amp;gt; section under &amp;lt;system.webServer&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;system.webServer&amp;gt;
  &amp;lt;handlers&amp;gt;
    ...
    &amp;lt;add name="ISChart.axd_GET, POST" path="ISChart.axd" verb="GET, POST" type="ISNet.WebUI.WebGrid.Chart.ChartRequestHandler, ISNet.WebUI.WebGrid" preCondition="integratedMode"/&amp;gt;
    ...
  &amp;lt;/handlers&amp;gt;
&amp;lt;/system.webServer&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Pivot Chart problem</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Pivot-Chart-problem/</link><pubDate>Wed, 24 Aug 2011 06:32:57 GMT</pubDate><dc:creator>throstur62</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm using Web UI Studio 2009 R2 SP1 assembly version 7.0.7200.402. I wanted to add Pivot charting to some WebGrids in my applicatoin. To test that I simply add: &lt;/p&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;p&gt;AllowPivotCharting&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="True"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;in the web grid defination in my aspx page.&lt;/p&gt;
&lt;p&gt;Then I run it and the pivot-icon is displayed in the bottom. When I press it the pivot frame is displayed except the graph it self. Instead of that a small "red x" is displayd like when a picture ref. is missing. If  right click the "red x" and select "Properties" I get:&lt;/p&gt;
&lt;p&gt;Type: Not available.&lt;br /&gt;Address (URL): &lt;a href="http://localhost/C2NetDesktop/WPages/Profiler/ISChart.axd?imageId=7c4aa281-a500-4228-b30e-25dfaf4beff1&amp;amp;imageFileServer=undefined&amp;amp;imageFormat"&gt;http://localhost/C2NetDesktop/WPages/Profiler/ISChart.axd?imageId=7c4aa281-a500-4228-b30e-25dfaf4beff1&amp;amp;imageFileServer=undefined&amp;amp;imageFormat&lt;/a&gt;=&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I have added reference to ISNet.WebUI.WebBrid.ISChartEngine.dll and dobble checked if it exist in the bin folder.&lt;/p&gt;
&lt;p&gt;I have SmartResources registered correctly.&lt;/p&gt;
&lt;p&gt;Every thing works fine except the graph is allways displayed as this "red x". What could be causing this prolem?&lt;/p&gt;</description></item></channel></rss>