<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Rendezvous with technology &#187; Advanced DataGrid</title>
	<atom:link href="http://techrays.wordpress.com/tag/advanced-datagrid/feed/" rel="self" type="application/rss+xml" />
	<link>http://techrays.wordpress.com</link>
	<description>Not everything about technology, but close....</description>
	<lastBuildDate>Wed, 04 Nov 2009 12:55:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='techrays.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c5b131bc9f5f7c44cd7f48494624bf85?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Rendezvous with technology &#187; Advanced DataGrid</title>
		<link>http://techrays.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techrays.wordpress.com/osd.xml" title="Rendezvous with technology" />
		<item>
		<title>Preserving the open nodes in AdvancedDataGrid after re-grouping</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/</link>
		<comments>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 16:10:19 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Advanced DataGrid]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[AdvancedDataGrid]]></category>

		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22</guid>
		<description><![CDATA[Consider a scenario in which you want to group some data and display it in an AdvancedDataGrid. Now, you open some nodes. And you want to add summaries to the data. Adding summaries means to re-group the data by calling GroupingCollection.refresh(). But the state of open nodes will be lost as new Objects are created [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techrays.wordpress.com&blog=1319355&post=22&subd=techrays&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Consider a scenario in which you want to group some data and display it in an AdvancedDataGrid. Now, you open some nodes. And you want to add summaries to the data. Adding summaries means to re-group the data by calling GroupingCollection.refresh(). But the state of open nodes will be lost as new Objects are created for the group nodes while re-grouping.</p>
<p>I&#8217;m posting a sample in which the open nodes are preserved.</p>
<p><a title="Sample" href="http://prosameer.googlepages.com/PreserveNodesADG.html">Sample here</a>.</p>
<p><a title="Source" href="http://prosameer.googlepages.com/PreserveNodesADG.mxml">Source here</a>.</p>
<p>Open the sample, click on Group data, open some nodes and then click on Add Summary. The nodes which are open will remain open.</p>
<p>Basically, here I&#8217;m giving the same UID for the group nodes as they were before (re-grouping). That&#8217;s why, the open state is maintained.</p>
<p><strong>Note: This sample will work only if the grouping fields are same for both groupings. It&#8217;ll need some tweaking in case the grouping fields are changed.</strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techrays.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techrays.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techrays.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techrays.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techrays.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techrays.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techrays.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techrays.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techrays.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techrays.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techrays.wordpress.com&blog=1319355&post=22&subd=techrays&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33fd0e19e31726ae7391ee511e00f585?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sameer</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamically creating a column grouped AdvancedDataGrid</title>
		<link>http://techrays.wordpress.com/2008/04/25/dynamically-creating-a-column-grouped-advanceddatagrid/</link>
		<comments>http://techrays.wordpress.com/2008/04/25/dynamically-creating-a-column-grouped-advanceddatagrid/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 17:38:55 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Advanced DataGrid]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[AdvancedDataGrid]]></category>

		<guid isPermaLink="false">http://techrays.wordpress.com/?p=21</guid>
		<description><![CDATA[Usually people like to write the AdvancedDataGrid component in mxml. But there are some scenarios where there is a need to create the grid dynamically.
Here is a simple sample in which an AdvancedDataGrid is created dynamically with column groups.
Source is posted here.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techrays.wordpress.com&blog=1319355&post=21&subd=techrays&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Usually people like to write the AdvancedDataGrid component in mxml. But there are some scenarios where there is a need to create the grid dynamically.</p>
<p>Here is a simple <a href="http://prosameer.googlepages.com/DynamicColumnGroupGrid.html">sample</a> in which an AdvancedDataGrid is created dynamically with column groups.</p>
<p>Source is posted <a href="http://prosameer.googlepages.com/DynamicColumnGroupGrid.mxml">here</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techrays.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techrays.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techrays.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techrays.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techrays.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techrays.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techrays.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techrays.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techrays.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techrays.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techrays.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techrays.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techrays.wordpress.com&blog=1319355&post=21&subd=techrays&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techrays.wordpress.com/2008/04/25/dynamically-creating-a-column-grouped-advanceddatagrid/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33fd0e19e31726ae7391ee511e00f585?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sameer</media:title>
		</media:content>
	</item>
		<item>
		<title>AdvancedDataGrid Performance Polls</title>
		<link>http://techrays.wordpress.com/2008/04/07/advanceddatagrid-performance-polls/</link>
		<comments>http://techrays.wordpress.com/2008/04/07/advanceddatagrid-performance-polls/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 12:27:13 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Advanced DataGrid]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://techrays.wordpress.com/?p=20</guid>
		<description><![CDATA[Hello Advanced DataGrid users,
We have added a poll about AdvancedDataGrid&#8217;s performance. Please take part in the poll and help us identify the areas which needs improvement.
The poll is hosted at flexpearls
Thanks again.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techrays.wordpress.com&blog=1319355&post=20&subd=techrays&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello Advanced DataGrid users,</p>
<p>We have added a poll about AdvancedDataGrid&#8217;s performance. Please take part in the poll and help us identify the areas which needs improvement.</p>
<p>The poll is hosted at <a href="http://flexpearls.blogspot.com/2008/04/advanceddatagrid-performance-poll.html">flexpearls</a></p>
<p>Thanks again.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techrays.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techrays.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techrays.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techrays.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techrays.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techrays.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techrays.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techrays.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techrays.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techrays.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techrays.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techrays.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techrays.wordpress.com&blog=1319355&post=20&subd=techrays&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techrays.wordpress.com/2008/04/07/advanceddatagrid-performance-polls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33fd0e19e31726ae7391ee511e00f585?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sameer</media:title>
		</media:content>
	</item>
		<item>
		<title>Advanced DataGrid as an item renderer within an Advanced DataGrid</title>
		<link>http://techrays.wordpress.com/2008/04/07/advanced-datagrid-as-an-item-renderer-within-an-advanced-datagrid/</link>
		<comments>http://techrays.wordpress.com/2008/04/07/advanced-datagrid-as-an-item-renderer-within-an-advanced-datagrid/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 05:21:35 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Advanced DataGrid]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://techrays.wordpress.com/?p=19</guid>
		<description><![CDATA[In this sample, I&#8217;m using an Advanced DataGrid as an item renderer within another Advanced DataGrid. This type of configuration is very useful to give a master-detail view. This configuration can be customized more depending on any specific requirements.
Sample here
Application Source, Renderer source
Thanks to Sreeni for coming up with this.
      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techrays.wordpress.com&blog=1319355&post=19&subd=techrays&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In this sample, I&#8217;m using an Advanced DataGrid as an item renderer within another Advanced DataGrid. This type of configuration is very useful to give a master-detail view. This configuration can be customized more depending on any specific requirements.</p>
<p><a href="http://prosameer.googlepages.com/MasterGrid.html">Sample here</a></p>
<p><a href="http://prosameer.googlepages.com/MasterGrid.mxml">Application Source</a>, <a href="http://prosameer.googlepages.com/DetailGrid.mxml">Renderer source</a></p>
<p>Thanks to <a href="http://flexpearls.blogspot.com/">Sreeni</a> for coming up with this.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techrays.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techrays.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techrays.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techrays.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techrays.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techrays.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techrays.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techrays.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techrays.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techrays.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techrays.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techrays.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techrays.wordpress.com&blog=1319355&post=19&subd=techrays&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techrays.wordpress.com/2008/04/07/advanced-datagrid-as-an-item-renderer-within-an-advanced-datagrid/feed/</wfw:commentRss>
		<slash:comments>148</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33fd0e19e31726ae7391ee511e00f585?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sameer</media:title>
		</media:content>
	</item>
	</channel>
</rss>