<?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"
	>
<channel>
	<title>Comments on: Efficiently populating a DataGrid control</title>
	<atom:link href="http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/</link>
	<description>Confessions of a serial code abuser</description>
	<pubDate>Thu, 20 Nov 2008 23:06:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: john doe</title>
		<link>http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/#comment-26128</link>
		<dc:creator>john doe</dc:creator>
		<pubDate>Fri, 28 Sep 2007 12:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/#comment-26128</guid>
		<description>&lt;p&gt;in AS3 you need&lt;/p&gt;

&lt;p&gt;dg.dataProvider = new DataProvider(dp);&lt;/p&gt;

&lt;p&gt;to works&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>in AS3 you need</p>

<p>dg.dataProvider = new DataProvider(dp);</p>

<p>to works</p>]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/#comment-3213</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 09 Jun 2006 06:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/#comment-3213</guid>
		<description>&lt;p&gt;thanks for that man, you saved me a lot of trouble on this project. I have three combobox's inside the datagrid (clients wish) even though it doesnt load under 4 secs like ur it does the job under 10. cheers!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks for that man, you saved me a lot of trouble on this project. I have three combobox&#8217;s inside the datagrid (clients wish) even though it doesnt load under 4 secs like ur it does the job under 10. cheers!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/#comment-1554</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 07 Apr 2006 07:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/#comment-1554</guid>
		<description>&lt;p&gt;Mark: We're not currently licensing this to third parties to develop with, though of course that is something we plant to do eventually. You can find out more about out CMS &lt;a href="http://featurecreep.com/products" rel="nofollow"&gt;here&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mark: We&#8217;re not currently licensing this to third parties to develop with, though of course that is something we plant to do eventually. You can find out more about out CMS <a href="http://featurecreep.com/products" rel="nofollow">here</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/#comment-1551</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 06 Apr 2006 22:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/#comment-1551</guid>
		<description>&lt;p&gt;Can we see this flagship CMS?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can we see this flagship CMS?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Jones</title>
		<link>http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/#comment-1502</link>
		<dc:creator>Craig Jones</dc:creator>
		<pubDate>Fri, 31 Mar 2006 18:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/01/efficiently-populating-a-datagrid-control/#comment-1502</guid>
		<description>&lt;p&gt;I experienced the same frustration using a combination of xml connector, dataset and datagrid.&lt;/p&gt;

&lt;p&gt;This method works very well.  I trimmed approximately 90% of the processing time off populating our datagrid.&lt;/p&gt;

&lt;p&gt;By using a combination of the split command to parse a modified Name, Value string into an array and then pushing the resulting array into a second array prior to assigning the dataset.dataprovider works fantastic.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I experienced the same frustration using a combination of xml connector, dataset and datagrid.</p>

<p>This method works very well.  I trimmed approximately 90% of the processing time off populating our datagrid.</p>

<p>By using a combination of the split command to parse a modified Name, Value string into an array and then pushing the resulting array into a second array prior to assigning the dataset.dataprovider works fantastic.</p>]]></content:encoded>
	</item>
</channel>
</rss>
