<?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: Accessing Grouping.label in Summary Rows in AdvancedDataGrid</title>
	<atom:link href="http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/feed/" rel="self" type="application/rss+xml" />
	<link>http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/</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/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-902</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Wed, 26 Nov 2008 18:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-902</guid>
		<description>So, the summaries will be updated automatically if the data changes. But you have to make sure that the data rows are Bindable. If you are using Objects then changing the data values will not result in summary updation because Objects does not dispatch any event for property value changes. Using ObjectProxy instead of Obect can re-solve this.

You can also use ICollectionView.itemUpdated() whenever any property changes.</description>
		<content:encoded><![CDATA[<p>So, the summaries will be updated automatically if the data changes. But you have to make sure that the data rows are Bindable. If you are using Objects then changing the data values will not result in summary updation because Objects does not dispatch any event for property value changes. Using ObjectProxy instead of Obect can re-solve this.</p>
<p>You can also use ICollectionView.itemUpdated() whenever any property changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yon</title>
		<link>http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-901</link>
		<dc:creator>Yon</dc:creator>
		<pubDate>Wed, 26 Nov 2008 18:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-901</guid>
		<description>Hi,
I was wondering, is there a way to make summaries recalculate after you edit the data in the group? (this is when you present a summary but the, but the column is editable so you change the value, but the summary wont, therefore being incorrect after the edit)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was wondering, is there a way to make summaries recalculate after you edit the data in the group? (this is when you present a summary but the, but the column is editable so you change the value, but the summary wont, therefore being incorrect after the edit)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-888</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Fri, 14 Nov 2008 12:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-888</guid>
		<description>You can use rendererProvider property on the AdvancedDataGrid and set the columnSpan property in the RendererProvider.</description>
		<content:encoded><![CDATA[<p>You can use rendererProvider property on the AdvancedDataGrid and set the columnSpan property in the RendererProvider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lauren</title>
		<link>http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-886</link>
		<dc:creator>lauren</dc:creator>
		<pubDate>Thu, 13 Nov 2008 19:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-886</guid>
		<description>Hey Sameer,
I&#039;m using the groupLabelFunction to set the name of the groups in my chart. Is there a way to be able to extend the width of the group label name? For example if I want my group name to span more than one column can I do that or is my label limited to the width of the first column its in?</description>
		<content:encoded><![CDATA[<p>Hey Sameer,<br />
I&#8217;m using the groupLabelFunction to set the name of the groups in my chart. Is there a way to be able to extend the width of the group label name? For example if I want my group name to span more than one column can I do that or is my label limited to the width of the first column its in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-124</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Tue, 01 Jul 2008 15:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-124</guid>
		<description>Sreenivas has posted some nice samples about Summaries - 
&lt;a href=&quot;http://flexpearls.blogspot.com/search?q=summary&quot; rel=&quot;nofollow&quot;&gt;http://flexpearls.blogspot.com/search?q=summary&lt;/a&gt;

Let me know if you are looking for something else.</description>
		<content:encoded><![CDATA[<p>Sreenivas has posted some nice samples about Summaries &#8211;<br />
<a href="http://flexpearls.blogspot.com/search?q=summary" rel="nofollow">http://flexpearls.blogspot.com/search?q=summary</a></p>
<p>Let me know if you are looking for something else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: core000</title>
		<link>http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-119</link>
		<dc:creator>core000</dc:creator>
		<pubDate>Mon, 30 Jun 2008 16:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/2007/12/06/accessing-groupinglabel-in-summary-rows-in-advanceddatagrid/#comment-119</guid>
		<description>How can I create a total for multiple number columns?

eg.

Column    A           B          C
              10         10       10
               20         30       40
Total       30          40      50</description>
		<content:encoded><![CDATA[<p>How can I create a total for multiple number columns?</p>
<p>eg.</p>
<p>Column    A           B          C<br />
              10         10       10<br />
               20         30       40<br />
Total       30          40      50</p>
]]></content:encoded>
	</item>
</channel>
</rss>
