<?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 for Rendezvous with technology</title>
	<atom:link href="http://techrays.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techrays.wordpress.com</link>
	<description>Not everything about technology, but close....</description>
	<lastBuildDate>Thu, 10 Dec 2009 21:13:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on About by Joseph</title>
		<link>http://techrays.wordpress.com/about/#comment-1262</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:13:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-1262</guid>
		<description>Hi Sameer...

    I have some sensitive data that I can&#039;t publish openly on the blog. Though I am having trouble with Sorting a Column of an Advanced DataGrid that&#039;s grouped by a different dataField key.

Would it be ok if you sent me an email and I&#039;ll reply to you with the full source. (My email address is provided in this post).

Thanks :)

Also, all fixes and things I&#039;ve been learning are being updated on my blog to help the community that also helps me.</description>
		<content:encoded><![CDATA[<p>Hi Sameer&#8230;</p>
<p>    I have some sensitive data that I can&#8217;t publish openly on the blog. Though I am having trouble with Sorting a Column of an Advanced DataGrid that&#8217;s grouped by a different dataField key.</p>
<p>Would it be ok if you sent me an email and I&#8217;ll reply to you with the full source. (My email address is provided in this post).</p>
<p>Thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, all fixes and things I&#8217;ve been learning are being updated on my blog to help the community that also helps me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GroupingCollection with improved performance by Sameer</title>
		<link>http://techrays.wordpress.com/2009/11/04/groupingcollection-with-improved-performance/#comment-1261</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Thu, 10 Dec 2009 04:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=59#comment-1261</guid>
		<description>HI Tom,
Copying ADG from Flex 4 to Flex 3.x wont work because some  things are changed in Flex 4. You can search for and copy the usage of  IGroupingCollection2 from Flex 4 ADG to Flex 3.x ADG.
Also, there are many bug fixes and performance improvements which have gone into Flex 3.x and Flex 4 both.</description>
		<content:encoded><![CDATA[<p>HI Tom,<br />
Copying ADG from Flex 4 to Flex 3.x wont work because some  things are changed in Flex 4. You can search for and copy the usage of  IGroupingCollection2 from Flex 4 ADG to Flex 3.x ADG.<br />
Also, there are many bug fixes and performance improvements which have gone into Flex 3.x and Flex 4 both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GroupingCollection with improved performance by Tom G</title>
		<link>http://techrays.wordpress.com/2009/11/04/groupingcollection-with-improved-performance/#comment-1260</link>
		<dc:creator>Tom G</dc:creator>
		<pubDate>Wed, 09 Dec 2009 19:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=59#comment-1260</guid>
		<description>Interesting :) so can I try to copy ADG from Flex 4 into 3.x just the same? Since none of the grid components are true spark are they any more reliable? Seems like next to no work has been done to ADG in 3.x for over a year</description>
		<content:encoded><![CDATA[<p>Interesting <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so can I try to copy ADG from Flex 4 into 3.x just the same? Since none of the grid components are true spark are they any more reliable? Seems like next to no work has been done to ADG in 3.x for over a year</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GroupingCollection with improved performance by Sameer</title>
		<link>http://techrays.wordpress.com/2009/11/04/groupingcollection-with-improved-performance/#comment-1259</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=59#comment-1259</guid>
		<description>As a new interface IGroupingCollection2 is introduced, there are some changes in the AdvancedDataGrid class to handle GroupingCollection2. That is why, GroupingCollection2 and Flex 4 AdvancedDataGrid works seamlessly.
But these changes are not present in the 3.4 AdvancedDataGrid and hence you have to do this workaround of setting the Grouping.label property to the same value as the column&#039;s dataField.
You have to specify the same value for column&#039;s dataField and Grouping.label property.</description>
		<content:encoded><![CDATA[<p>As a new interface IGroupingCollection2 is introduced, there are some changes in the AdvancedDataGrid class to handle GroupingCollection2. That is why, GroupingCollection2 and Flex 4 AdvancedDataGrid works seamlessly.<br />
But these changes are not present in the 3.4 AdvancedDataGrid and hence you have to do this workaround of setting the Grouping.label property to the same value as the column&#8217;s dataField.<br />
You have to specify the same value for column&#8217;s dataField and Grouping.label property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GroupingCollection with improved performance by Tom G</title>
		<link>http://techrays.wordpress.com/2009/11/04/groupingcollection-with-improved-performance/#comment-1258</link>
		<dc:creator>Tom G</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=59#comment-1258</guid>
		<description>So this GroupLabel I&#039;m aware of, but its interesting how with GC (1) I saw node labels and with GC2 I didn&#039;t. I only had the expand/collapse arrows. And my group is pretty simple as I dont use Summary Rows.

All I used to have is:
groupField1.name = &quot;someDataField&quot;; // this is the label in my provider

Do I need to specify columnName in ADGColumn for this to work?</description>
		<content:encoded><![CDATA[<p>So this GroupLabel I&#8217;m aware of, but its interesting how with GC (1) I saw node labels and with GC2 I didn&#8217;t. I only had the expand/collapse arrows. And my group is pretty simple as I dont use Summary Rows.</p>
<p>All I used to have is:<br />
groupField1.name = &#8220;someDataField&#8221;; // this is the label in my provider</p>
<p>Do I need to specify columnName in ADGColumn for this to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GroupingCollection with improved performance by Sameer</title>
		<link>http://techrays.wordpress.com/2009/11/04/groupingcollection-with-improved-performance/#comment-1257</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=59#comment-1257</guid>
		<description>So, when the groups are made in GroupingCollection, the group node is stored as {GroupLabel:GROUP_NAME, ...}
Now, by default the property is GroupLabel but you can change it by setting the Grouping.label property.
And yes this is present is GroupingCollection also.
The Class Grouping hasn&#039;t changed.</description>
		<content:encoded><![CDATA[<p>So, when the groups are made in GroupingCollection, the group node is stored as {GroupLabel:GROUP_NAME, &#8230;}<br />
Now, by default the property is GroupLabel but you can change it by setting the Grouping.label property.<br />
And yes this is present is GroupingCollection also.<br />
The Class Grouping hasn&#8217;t changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GroupingCollection with improved performance by Tom G</title>
		<link>http://techrays.wordpress.com/2009/11/04/groupingcollection-with-improved-performance/#comment-1256</link>
		<dc:creator>Tom G</dc:creator>
		<pubDate>Wed, 09 Dec 2009 16:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=59#comment-1256</guid>
		<description>Cool, didnt know there was such a property, is this something new in GC2?</description>
		<content:encoded><![CDATA[<p>Cool, didnt know there was such a property, is this something new in GC2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GroupingCollection with improved performance by Sameer</title>
		<link>http://techrays.wordpress.com/2009/11/04/groupingcollection-with-improved-performance/#comment-1255</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=59#comment-1255</guid>
		<description>Hi Tom,
You can set the Grouping.label property to the dataField of the grouped column. That way, you&#039;ll not need a labelFunction.</description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
You can set the Grouping.label property to the dataField of the grouped column. That way, you&#8217;ll not need a labelFunction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A 3-state checkbox in an AdvancedDataGrid ItemRenderer by vijesh</title>
		<link>http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/#comment-1254</link>
		<dc:creator>vijesh</dc:creator>
		<pubDate>Wed, 09 Dec 2009 04:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=16#comment-1254</guid>
		<description>I wants to select the checkbox on selecting the datagrid item. How it will do.. Thanks in advance...</description>
		<content:encoded><![CDATA[<p>I wants to select the checkbox on selecting the datagrid item. How it will do.. Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced DataGrid as an item renderer within an Advanced DataGrid by Sachin Dev Tripathi</title>
		<link>http://techrays.wordpress.com/2008/04/07/advanced-datagrid-as-an-item-renderer-within-an-advanced-datagrid/#comment-1253</link>
		<dc:creator>Sachin Dev Tripathi</dc:creator>
		<pubDate>Tue, 08 Dec 2009 09:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=19#comment-1253</guid>
		<description>Hi Sameer, I have found one bug in the sample..If innerGrid have more rows than outerGrid then some data will be clipped of innerGrid and it can not scrolls to its last row. 

for testing:You can increase children of last row to 10 and make 8 rows in outerGrid.

Thanks
Sachin</description>
		<content:encoded><![CDATA[<p>Hi Sameer, I have found one bug in the sample..If innerGrid have more rows than outerGrid then some data will be clipped of innerGrid and it can not scrolls to its last row. </p>
<p>for testing:You can increase children of last row to 10 and make 8 rows in outerGrid.</p>
<p>Thanks<br />
Sachin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
