<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Showing Summary with the Group Node</title>
	<atom:link href="http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/feed/" rel="self" type="application/rss+xml" />
	<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/</link>
	<description>Not everything about technology, but close....</description>
	<lastBuildDate>Thu, 24 Dec 2009 04:56:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/#comment-1265</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Thu, 24 Dec 2009 04:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=15#comment-1265</guid>
		<description>Please have a look at this post - &lt;a href=&quot;http://techrays.wordpress.com/2007/10/12/filtering-of-hierarchical-data-in-advanceddatagrid/&quot; rel=&quot;nofollow&quot;&gt;http://techrays.wordpress.com/2007/10/12/filtering-of-hierarchical-data-in-advanceddatagrid/&lt;/a&gt;
Also, go through the comments as most the queries regarding implementing this has been ironed out there.</description>
		<content:encoded><![CDATA[<p>Please have a look at this post &#8211; <a href="http://techrays.wordpress.com/2007/10/12/filtering-of-hierarchical-data-in-advanceddatagrid/" rel="nofollow">http://techrays.wordpress.com/2007/10/12/filtering-of-hierarchical-data-in-advanceddatagrid/</a><br />
Also, go through the comments as most the queries regarding implementing this has been ironed out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto Kalili</title>
		<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/#comment-1264</link>
		<dc:creator>Roberto Kalili</dc:creator>
		<pubDate>Thu, 24 Dec 2009 04:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=15#comment-1264</guid>
		<description>I have an ADG with souce is an ArrayCollection (flat source), and its grouping by name and sum the values. I need  to filter it, using a slider, and must show only totals where the sum is between the slider range. 

Can you help me please?

Thank you 

Kalili</description>
		<content:encoded><![CDATA[<p>I have an ADG with souce is an ArrayCollection (flat source), and its grouping by name and sum the values. I need  to filter it, using a slider, and must show only totals where the sum is between the slider range. </p>
<p>Can you help me please?</p>
<p>Thank you </p>
<p>Kalili</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/#comment-1194</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Sat, 26 Sep 2009 05:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=15#comment-1194</guid>
		<description>Do you already have Hierarchical data and want to add summaries to it? Well summaries are only supported if GroupingCollection is used.

Well, somehow your code couldn&#039;t make it through. Can you try again.</description>
		<content:encoded><![CDATA[<p>Do you already have Hierarchical data and want to add summaries to it? Well summaries are only supported if GroupingCollection is used.</p>
<p>Well, somehow your code couldn&#8217;t make it through. Can you try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohan</title>
		<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/#comment-1192</link>
		<dc:creator>Mohan</dc:creator>
		<pubDate>Fri, 25 Sep 2009 05:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=15#comment-1192</guid>
		<description>If it is with the HierarchicalData how can we reach this approch?

below is the example of my code..





	
		.myCPStyle {
		
			background-color:#D6C097, #E7D2A7;

			
			openIcon: Embed(source=&quot;upArrow.png&quot;);
			closedIcon: Embed(source=&quot;downArrow.png&quot;);
			
		}
		
		
	

	
		
	
	
		
	
		
	          
	             
					
	          
	          
	              &lt;!--mx:AdvancedDataGridColumn dataField=&quot;maincat&quot; headerText=&quot;MainCat&quot; itemRenderer=&quot;MainCatComp&quot;/--&gt;
	              
	               
	              
	            
	  
	   
	   

	
	  
   
</description>
		<content:encoded><![CDATA[<p>If it is with the HierarchicalData how can we reach this approch?</p>
<p>below is the example of my code..</p>
<p>		.myCPStyle {</p>
<p>			background-color:#D6C097, #E7D2A7;</p>
<p>			openIcon: Embed(source=&#8221;upArrow.png&#8221;);<br />
			closedIcon: Embed(source=&#8221;downArrow.png&#8221;);</p>
<p>		}</p>
<p>	              <!--mx:AdvancedDataGridColumn dataField="maincat" headerText="MainCat" itemRenderer="MainCatComp"/--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/#comment-1181</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 04 Sep 2009 17:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=15#comment-1181</guid>
		<description>Great example of the operation=&quot;COUNT&quot; function. There are almost no examples in the Flex documentation.

Thank you!
Jonathan</description>
		<content:encoded><![CDATA[<p>Great example of the operation=&#8221;COUNT&#8221; function. There are almost no examples in the Flex documentation.</p>
<p>Thank you!<br />
Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/#comment-1076</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Sun, 26 Apr 2009 11:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=15#comment-1076</guid>
		<description>You need to set the background property to true in the UITextField which is used in the AdvancedDataGridGroupItemRenderer and then set the backgroundColor property.

Extend AdvancedDataGridGroupItemRenderer, override createLabel() method and set these properties to the label UITextField.</description>
		<content:encoded><![CDATA[<p>You need to set the background property to true in the UITextField which is used in the AdvancedDataGridGroupItemRenderer and then set the backgroundColor property.</p>
<p>Extend AdvancedDataGridGroupItemRenderer, override createLabel() method and set these properties to the label UITextField.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vimal</title>
		<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/#comment-1071</link>
		<dc:creator>Vimal</dc:creator>
		<pubDate>Wed, 22 Apr 2009 21:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=15#comment-1071</guid>
		<description>How to set the background color for root node</description>
		<content:encoded><![CDATA[<p>How to set the background color for root node</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shankar</title>
		<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/#comment-1020</link>
		<dc:creator>Shankar</dc:creator>
		<pubDate>Wed, 04 Mar 2009 00:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=15#comment-1020</guid>
		<description>Good work Sameer.. , was very much handy in time..

Thanks,
Shankar.</description>
		<content:encoded><![CDATA[<p>Good work Sameer.. , was very much handy in time..</p>
<p>Thanks,<br />
Shankar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/#comment-958</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Wed, 04 Feb 2009 09:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=15#comment-958</guid>
		<description>Can you send a simple sample or the sample xml which shows this issue?</description>
		<content:encoded><![CDATA[<p>Can you send a simple sample or the sample xml which shows this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surender dahiya</title>
		<link>http://techrays.wordpress.com/2008/02/13/showing-summary-with-the-group-node/#comment-957</link>
		<dc:creator>Surender dahiya</dc:creator>
		<pubDate>Wed, 04 Feb 2009 05:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=15#comment-957</guid>
		<description>Hey sameer,

iam using XMLListCollection(searchResultXMLColl) as my FlatDataProvider
here goes the code...

var sumRow:SummaryRow= new SummaryRow();
var sumField1:SummaryField= new SummaryField(&#039;SPEND_PRE&#039;,&#039;SUM&#039;);
var sumField2:SummaryField= new SummaryField(&#039;SPEND_CUR&#039;,&#039;SUM&#039;); 
gf = new GroupingField();
grp = new Grouping();
gc= new GroupingCollection2();
gc.source = searchResultXMLColl;
sumRow.summaryPlacement=&#039;group&#039;;
sumRow.fields=[sumField1,sumField2];
gf.numeric=true;
gf.name=&#039;DBDUNS_NUM&#039;;
gf.summaries=[sumRow];
grp.fields=[gf];
gc.grouping=grp;
gc.refresh();
adg1.dataProvider=gc

But one problem is like iam not able to calculate Summary?
At the Summary Row it is showing 0
earlier when I was using ArrayCollection as a source It was giving me accurate total.

I am also using Itemrenderer(LinkButton) on my first column of dataGrid.The link button was coming fine and also the summary when the groupingCollection&#039;s source was ArrayCollection
But now iam not getting any summary except 0 and Itemrenderer is ignored and a simple text been diplayed at the first column.</description>
		<content:encoded><![CDATA[<p>Hey sameer,</p>
<p>iam using XMLListCollection(searchResultXMLColl) as my FlatDataProvider<br />
here goes the code&#8230;</p>
<p>var sumRow:SummaryRow= new SummaryRow();<br />
var sumField1:SummaryField= new SummaryField(&#8216;SPEND_PRE&#8217;,'SUM&#8217;);<br />
var sumField2:SummaryField= new SummaryField(&#8216;SPEND_CUR&#8217;,'SUM&#8217;);<br />
gf = new GroupingField();<br />
grp = new Grouping();<br />
gc= new GroupingCollection2();<br />
gc.source = searchResultXMLColl;<br />
sumRow.summaryPlacement=&#8217;group&#8217;;<br />
sumRow.fields=[sumField1,sumField2];<br />
gf.numeric=true;<br />
gf.name=&#8217;DBDUNS_NUM&#8217;;<br />
gf.summaries=[sumRow];<br />
grp.fields=[gf];<br />
gc.grouping=grp;<br />
gc.refresh();<br />
adg1.dataProvider=gc</p>
<p>But one problem is like iam not able to calculate Summary?<br />
At the Summary Row it is showing 0<br />
earlier when I was using ArrayCollection as a source It was giving me accurate total.</p>
<p>I am also using Itemrenderer(LinkButton) on my first column of dataGrid.The link button was coming fine and also the summary when the groupingCollection&#8217;s source was ArrayCollection<br />
But now iam not getting any summary except 0 and Itemrenderer is ignored and a simple text been diplayed at the first column.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
