<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Data Grid and ADG Footers</title>
	<atom:link href="http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/</link>
	<description>Data Visualization with Flex and Flash</description>
	<lastBuildDate>Mon, 28 Jun 2010 09:13:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: sanmah</title>
		<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/comment-page-1/#comment-54421</link>
		<dc:creator>sanmah</dc:creator>
		<pubDate>Tue, 11 May 2010 13:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=162#comment-54421</guid>
		<description>Please exuse my poor english...

At the last pattern of demonstration,
The value of &quot;lockedColmunCount&quot; is changed &quot;1&quot; to &quot;3&quot;,
The average is not displayed.
How should i fix it?
or Flex&#039;s specification?

I want to solve it, please.
Thanks &amp; Regards</description>
		<content:encoded><![CDATA[<p>Please exuse my poor english&#8230;</p>
<p>At the last pattern of demonstration,<br />
The value of &#8220;lockedColmunCount&#8221; is changed &#8220;1&#8243; to &#8220;3&#8243;,<br />
The average is not displayed.<br />
How should i fix it?<br />
or Flex&#8217;s specification?</p>
<p>I want to solve it, please.<br />
Thanks &amp; Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/comment-page-1/#comment-54211</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 13 Oct 2009 19:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=162#comment-54211</guid>
		<description>Pratap, It might be data binding. Instead of pushing onto datagrid.cols - try setting dataGrid.columns to an array instance. E.g.
var cols : Array = dataGrid.columns;
cols.push (my new column);
dataGrid.columns = cols;

Just a quick guess.</description>
		<content:encoded><![CDATA[<p>Pratap, It might be data binding. Instead of pushing onto datagrid.cols &#8211; try setting dataGrid.columns to an array instance. E.g.<br />
var cols : Array = dataGrid.columns;<br />
cols.push (my new column);<br />
dataGrid.columns = cols;</p>
<p>Just a quick guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/comment-page-1/#comment-54209</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=162#comment-54209</guid>
		<description>Here is another Data Grid w/ Footers.
http://code.seanhess.net/?p=17</description>
		<content:encoded><![CDATA[<p>Here is another Data Grid w/ Footers.<br />
<a href="http://code.seanhess.net/?p=17" rel="nofollow">http://code.seanhess.net/?p=17</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pratap</title>
		<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/comment-page-1/#comment-54207</link>
		<dc:creator>Pratap</dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=162#comment-54207</guid>
		<description>Hi 
Thanks for this component.
This is what am looking for. 

Am facing some problem while implementing this using actionscript. Am able to generate it properly but unable to see anything on footer of locked columns. 

am adding columns like this:

var keyColoumn:FooterDataGridColumn = new FooterDataGridColumn();				keyColoumn.dataField=&quot;name&quot;;	

var keyFooter:DataGridColumn=new DataGridColumn();				keyFooter.dataField=&quot;name&quot;	keyFooter.headerText=&quot;Total&quot;;			keyColoumn.footerColumn=keyFooter;

datagrid.cols.push(keyColumn);


Any idea y its happening like that?

Thanks &amp; Regards
Pratap</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks for this component.<br />
This is what am looking for. </p>
<p>Am facing some problem while implementing this using actionscript. Am able to generate it properly but unable to see anything on footer of locked columns. </p>
<p>am adding columns like this:</p>
<p>var keyColoumn:FooterDataGridColumn = new FooterDataGridColumn();				keyColoumn.dataField=&#8221;name&#8221;;	</p>
<p>var keyFooter:DataGridColumn=new DataGridColumn();				keyFooter.dataField=&#8221;name&#8221;	keyFooter.headerText=&#8221;Total&#8221;;			keyColoumn.footerColumn=keyFooter;</p>
<p>datagrid.cols.push(keyColumn);</p>
<p>Any idea y its happening like that?</p>
<p>Thanks &amp; Regards<br />
Pratap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/comment-page-1/#comment-54162</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 24 Sep 2009 20:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=162#comment-54162</guid>
		<description>I have received two emails from developers who have improved the adg and dg footers. I have quickly looked at the code (it&#039;s not spam) but haven&#039;t fully tested it. That said, I have no reason to believe the code does not work. So, if you need the following functionality please check out these links.
&lt;a href=&#039;http://www.forestandthetrees.com/openSource/adgCodeSentToMe/GrandTotal.zip&#039; rel=&quot;nofollow&quot;&gt;GrandTotal&lt;/a&gt; from &lt;a href=&#039;http://users4.nofeehost.com/sachindev/&#039; rel=&quot;nofollow&quot;&gt;Sachin Dev Tripathi.&lt;/a&gt; &lt;a href=&#039;http://users4.nofeehost.com/sachindev/Flex/Grandtotal.html&#039; rel=&quot;nofollow&quot;&gt;View working sample here.&lt;/a&gt;
&lt;a href=&#039;http://www.forestandthetrees.com/openSource/adgCodeSentToMe/adgFooter.zip&#039; rel=&quot;nofollow&quot;&gt;grouped columns&lt;/a&gt; from &lt;a href=&#039;http://www.mbxg.com/&#039; rel=&quot;nofollow&quot;&gt;Rob Dell&#039;Aquila&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I have received two emails from developers who have improved the adg and dg footers. I have quickly looked at the code (it&#8217;s not spam) but haven&#8217;t fully tested it. That said, I have no reason to believe the code does not work. So, if you need the following functionality please check out these links.<br />
<a href='http://www.forestandthetrees.com/openSource/adgCodeSentToMe/GrandTotal.zip' rel="nofollow">GrandTotal</a> from <a href='http://users4.nofeehost.com/sachindev/' rel="nofollow">Sachin Dev Tripathi.</a> <a href='http://users4.nofeehost.com/sachindev/Flex/Grandtotal.html' rel="nofollow">View working sample here.</a><br />
<a href='http://www.forestandthetrees.com/openSource/adgCodeSentToMe/adgFooter.zip' rel="nofollow">grouped columns</a> from <a href='http://www.mbxg.com/' rel="nofollow">Rob Dell&#8217;Aquila</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tennis</title>
		<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/comment-page-1/#comment-54147</link>
		<dc:creator>tennis</dc:creator>
		<pubDate>Fri, 28 Aug 2009 18:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=162#comment-54147</guid>
		<description>Hi:

I am trying to integrate this example into my project. 

However, in my case, my dataGrid dataProvider has to bind to a dynamically changed ArrayCollection. It is working though, if I do not have any itemRenderer in the foot row.

When I try to put itemRenderer into one of the foot column, the code seems looping into updateDisplayList() of the AdvancedDataGridFooter forever, and keep calling my itemRenderer class. 

I have tried to put the following code or similar at dataGrid initialize function , or createComplete function, or into FooterAdvancedDataGridColumn class,  they all not work 

column.footerColumn.itemRenderer = new RendererFactory();

Hope I have explained what my problem is clearly.

Can anyone help? Thanks</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I am trying to integrate this example into my project. </p>
<p>However, in my case, my dataGrid dataProvider has to bind to a dynamically changed ArrayCollection. It is working though, if I do not have any itemRenderer in the foot row.</p>
<p>When I try to put itemRenderer into one of the foot column, the code seems looping into updateDisplayList() of the AdvancedDataGridFooter forever, and keep calling my itemRenderer class. </p>
<p>I have tried to put the following code or similar at dataGrid initialize function , or createComplete function, or into FooterAdvancedDataGridColumn class,  they all not work </p>
<p>column.footerColumn.itemRenderer = new RendererFactory();</p>
<p>Hope I have explained what my problem is clearly.</p>
<p>Can anyone help? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DataGrid Footer &#124; Othenos, Inc.</title>
		<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/comment-page-1/#comment-54146</link>
		<dc:creator>DataGrid Footer &#124; Othenos, Inc.</dc:creator>
		<pubDate>Thu, 27 Aug 2009 16:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=162#comment-54146</guid>
		<description>[...] was enjoying the enhancements made to the DataGrid control I found on Doug Marttila&#8217;s site, who in turn was working from an original update made by Alex Harui. However, I found that the [...]</description>
		<content:encoded><![CDATA[<p>[...] was enjoying the enhancements made to the DataGrid control I found on Doug Marttila&#8217;s site, who in turn was working from an original update made by Alex Harui. However, I found that the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jubei</title>
		<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/comment-page-1/#comment-54145</link>
		<dc:creator>Jubei</dc:creator>
		<pubDate>Wed, 26 Aug 2009 04:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=162#comment-54145</guid>
		<description>Thanks for the update @Mike. BTW, that weird null error in the labelfunction can be trapped with a try/catch statement, but still no real solution :(</description>
		<content:encoded><![CDATA[<p>Thanks for the update @Mike. BTW, that weird null error in the labelfunction can be trapped with a try/catch statement, but still no real solution :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: House</title>
		<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/comment-page-1/#comment-54144</link>
		<dc:creator>House</dc:creator>
		<pubDate>Tue, 25 Aug 2009 13:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=162#comment-54144</guid>
		<description>Hi,
Thanks for this component, it’s very useful!

I need to add columns dynamically. Is it possible?
Could you give me an example?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for this component, it’s very useful!</p>
<p>I need to add columns dynamically. Is it possible?<br />
Could you give me an example?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Robinson</title>
		<link>http://www.forestandthetrees.com/2008/06/16/data-grid-and-adg-footers/comment-page-1/#comment-54135</link>
		<dc:creator>Mike Robinson</dc:creator>
		<pubDate>Sun, 23 Aug 2009 19:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=162#comment-54135</guid>
		<description>p.s I would apply the same patch to the AdvancedDataGridFooter.</description>
		<content:encoded><![CDATA[<p>p.s I would apply the same patch to the AdvancedDataGridFooter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->