<?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/"
		>
<channel>
	<title>Comments on: Detecting when the data provider of a DataGrid control changes in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Suraj Soni</title>
		<link>http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/comment-page-1/#comment-9572</link>
		<dc:creator>Suraj Soni</dc:creator>
		<pubDate>Tue, 06 Sep 2011 14:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/#comment-9572</guid>
		<description>Thanks a lot. I was banging my head on this since a couple of days.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I was banging my head on this since a couple of days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kusmanto</title>
		<link>http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/comment-page-1/#comment-7994</link>
		<dc:creator>Kusmanto</dc:creator>
		<pubDate>Thu, 24 Jun 2010 02:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/#comment-7994</guid>
		<description>Thank you. This code is what I was looking for a couple of days ago.</description>
		<content:encoded><![CDATA[<p>Thank you. This code is what I was looking for a couple of days ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamuizero</title>
		<link>http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/comment-page-1/#comment-5832</link>
		<dc:creator>Kamuizero</dc:creator>
		<pubDate>Mon, 21 Sep 2009 16:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/#comment-5832</guid>
		<description>Thank you very much!

This example was precisely what I was looking for, helped me a lot :)</description>
		<content:encoded><![CDATA[<p>Thank you very much!</p>
<p>This example was precisely what I was looking for, helped me a lot :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nucles</title>
		<link>http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/comment-page-1/#comment-4515</link>
		<dc:creator>Nucles</dc:creator>
		<pubDate>Sat, 11 Jul 2009 10:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/#comment-4515</guid>
		<description>Thank you for the tip!

King regards!</description>
		<content:encoded><![CDATA[<p>Thank you for the tip!</p>
<p>King regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/comment-page-1/#comment-4052</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Wed, 01 Apr 2009 20:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/#comment-4052</guid>
		<description>Peter,

Thank you for all your examples.  I&#039;ve been thrown head first into a Flex project.  While loving it, I have hit a wall.

I have populated a datagrid (dgA) via a local SQLite DB table called &quot;assets&quot;.  I can add, edit and delete records fine from this table.  Now I am trying to drag &amp; drop a record from my populated datagrid (dgA) to an empty datagrid (dgB) (think shopping cart).  The empty datagrid&#039;s dataprovider is pointing to an empty table in my SQLite DB called &quot;my_assets&quot;.  I cannot seem to update the &quot;my_assets) table when the empty datagrid has a record added to it.  I&#039;ve been banging my head on this problem for two days.  A few of your examples and other tutorials found on the cookbook get me close, but I am unable to make the darn thing work as a whole.

Thanks again!
Nate</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>Thank you for all your examples.  I&#8217;ve been thrown head first into a Flex project.  While loving it, I have hit a wall.</p>
<p>I have populated a datagrid (dgA) via a local SQLite DB table called &#8220;assets&#8221;.  I can add, edit and delete records fine from this table.  Now I am trying to drag &amp; drop a record from my populated datagrid (dgA) to an empty datagrid (dgB) (think shopping cart).  The empty datagrid&#8217;s dataprovider is pointing to an empty table in my SQLite DB called &#8220;my_assets&#8221;.  I cannot seem to update the &#8220;my_assets) table when the empty datagrid has a record added to it.  I&#8217;ve been banging my head on this problem for two days.  A few of your examples and other tutorials found on the cookbook get me close, but I am unable to make the darn thing work as a whole.</p>
<p>Thanks again!<br />
Nate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Arch</title>
		<link>http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/comment-page-1/#comment-4053</link>
		<dc:creator>Gareth Arch</dc:creator>
		<pubDate>Tue, 23 Dec 2008 17:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/16/detecting-when-the-data-provider-of-a-datagrid-control-changes-in-flex/#comment-4053</guid>
		<description>So it&#039;s the actual control that the event listener should be attached to.  I had been attaching it to the arraycollection and listening for the change there.  Good to know why that wasn&#039;t working :)
Thanks.</description>
		<content:encoded><![CDATA[<p>So it&#8217;s the actual control that the event listener should be attached to.  I had been attaching it to the arraycollection and listening for the change there.  Good to know why that wasn&#8217;t working :)<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

