<?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: AdvancedDataGrid: Adventures in binding</title>
	<atom:link href="http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Fri, 11 Nov 2011 03:37:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kazi</title>
		<link>http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/#comment-231</link>
		<dc:creator>Kazi</dc:creator>
		<pubDate>Sat, 15 Nov 2008 22:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/#comment-231</guid>
		<description>Thanks Joshua,

this really helped me!!!</description>
		<content:encoded><![CDATA[<p>Thanks Joshua,</p>
<p>this really helped me!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mani</title>
		<link>http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/#comment-220</link>
		<dc:creator>mani</dc:creator>
		<pubDate>Tue, 14 Oct 2008 02:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/#comment-220</guid>
		<description>Joshua, thanks for the article!

By the way, could you opensource the DynamicModules which in the follow source page?
It is wonderful, and could help me a lot.

http://www.joshuaostrom.com/demos/mortgagepipes/srcview/index.html

Thanks~~</description>
		<content:encoded><![CDATA[<p>Joshua, thanks for the article!</p>
<p>By the way, could you opensource the DynamicModules which in the follow source page?<br />
It is wonderful, and could help me a lot.</p>
<p><a href="http://www.joshuaostrom.com/demos/mortgagepipes/srcview/index.html" rel="nofollow">http://www.joshuaostrom.com/demos/mortgagepipes/srcview/index.html</a></p>
<p>Thanks~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/#comment-208</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Fri, 19 Sep 2008 21:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/#comment-208</guid>
		<description>Salman,
  Thanks for the reply. 

No, with a HierarchicalData dataProvider neither

grid.dataProvider.refresh();

nor

BindingUtils.bindSetter(function( obj:Object ):void { grid.dataProvider.refresh(); }, this, &quot;grades&quot;);

will solve the issue.

You can find more details @ http://bugs.adobe.com/jira/browse/FLEXDMV-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</description>
		<content:encoded><![CDATA[<p>Salman,<br />
  Thanks for the reply. </p>
<p>No, with a HierarchicalData dataProvider neither</p>
<p>grid.dataProvider.refresh();</p>
<p>nor</p>
<p>BindingUtils.bindSetter(function( obj:Object ):void { grid.dataProvider.refresh(); }, this, &#8220;grades&#8221;);</p>
<p>will solve the issue.</p>
<p>You can find more details @ <a href="http://bugs.adobe.com/jira/browse/FLEXDMV-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel" rel="nofollow">http://bugs.adobe.com/jira/browse/FLEXDMV-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salman</title>
		<link>http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/#comment-207</link>
		<dc:creator>Salman</dc:creator>
		<pubDate>Fri, 19 Sep 2008 13:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/#comment-207</guid>
		<description>How about:

grid.dataProvider.refresh();

You could possibly take it further and try something like:

BindSetter( function( obj:Object ):void { grid.dataProvider.refresh(); }, yourObject, &quot;grades&quot; );</description>
		<content:encoded><![CDATA[<p>How about:</p>
<p>grid.dataProvider.refresh();</p>
<p>You could possibly take it further and try something like:</p>
<p>BindSetter( function( obj:Object ):void { grid.dataProvider.refresh(); }, yourObject, &#8220;grades&#8221; );</p>
]]></content:encoded>
	</item>
</channel>
</rss>

