﻿<?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 - WebGrid Enterprise - Pivot Chart Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Pivot-Chart-Issue/</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 Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Pivot-Chart-Issue/</link><pubDate>Sun, 14 Nov 2010 23:19:11 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;I just been updated for issue #2, unfortunately WebGrid 6 support is dropped so in order to have the fix you will need to use WebGrid 7.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Pivot Chart Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Pivot-Chart-Issue/</link><pubDate>Tue, 01 Dec 2009 00:14:39 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;1. In order to add the column in the Pivot Chart view you will need to use the same value for column Name and column DataMember property. In your case, the Name and DataMember will be co2&lt;/p&gt;&lt;pre&gt;WebGridColumn col3 = new WebGridColumn();&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;col3.Name = "co2";&lt;/span&gt;&lt;br /&gt;col3.Caption = "Contact";&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;col3.DataMember = "co2";&lt;/span&gt;&lt;br /&gt;col3.Bound = true;&lt;br /&gt;&lt;br /&gt;WebGrid1.RootTable.Columns.Add(col3);&lt;/pre&gt;&lt;p&gt;2. This issue has been enhanced in WebGrid 7. I have reported this bug for WebGrid 6. I will inform you if there is any update / progress regarding this issue.&lt;/p&gt;
&lt;p&gt;3. I could not replicate this issue in our environment. The image is displayed correctly. Have you make sure that you have already used the latest build for WebGrid 6 and WebUI Framework, the latest build is build 218 and build 705.&lt;/p&gt;
&lt;p&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Pivot Chart Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Pivot-Chart-Issue/</link><pubDate>Mon, 30 Nov 2009 05:47:14 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;We are trying to Use PivotChartView Feature.&lt;/p&gt;
&lt;p&gt;We are seeing these findings/issues.&lt;/p&gt;
&lt;p&gt;1.If we give alias names in the Query then while adding these columns to dataArea, seriesarea gives javascript error as Datamember is null or not an object.&lt;/p&gt;
&lt;p&gt;2.When we load the page for first time and if we do grid.RefreshAll() it is throwing javascript error Invalid Argument.&lt;/p&gt;
&lt;p&gt;3.When we Drag and Drop the columns from Chart Field  list to the Data area etc the image is not showing.&lt;/p&gt;
&lt;p&gt;Please see the screenshots for the errors.&lt;/p&gt;
&lt;p&gt;Please find attached the project we used to replicate.&lt;/p&gt;
&lt;p&gt;The ZIp file contains Screenshots for Errors and project.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Please advice.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Madhavan&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>