<?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: Datagrid popup as itemEditor</title>
	<atom:link href="http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 07:55:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Lutfi</title>
		<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/comment-page-1/#comment-1007</link>
		<dc:creator>Lutfi</dc:creator>
		<pubDate>Fri, 03 Sep 2010 07:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/#comment-1007</guid>
		<description>This is a great example!
Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>This is a great example!<br />
Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susmitha</title>
		<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/comment-page-1/#comment-927</link>
		<dc:creator>Susmitha</dc:creator>
		<pubDate>Fri, 15 Jan 2010 05:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/#comment-927</guid>
		<description>Thanks a lot.
To make it work in AdvnacedDataGrid
The updateDP method in MyRenderer has to be modified to point to a AdvancedDataGrid instead of DataGrid.
 public function updateDP(str:String):void{
var myDG:AdvancedDataGrid=this.owner as AdvancedDataGrid;
 var row:int=_listData.rowIndex+myDG.verticalScrollPosition;
            this.data[_listData.dataField]=str;
            myDG.dataProvider.itemUpdated(data);
        }</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
To make it work in AdvnacedDataGrid<br />
The updateDP method in MyRenderer has to be modified to point to a AdvancedDataGrid instead of DataGrid.<br />
 public function updateDP(str:String):void{<br />
var myDG:AdvancedDataGrid=this.owner as AdvancedDataGrid;<br />
 var row:int=_listData.rowIndex+myDG.verticalScrollPosition;<br />
            this.data[_listData.dataField]=str;<br />
            myDG.dataProvider.itemUpdated(data);<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary T</title>
		<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/comment-page-1/#comment-657</link>
		<dc:creator>Gary T</dc:creator>
		<pubDate>Mon, 16 Nov 2009 02:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/#comment-657</guid>
		<description>Very cool, and a great help. I ran into one small problem. Intermittently (gotta love those) the updated value would not render in the data grid. I could see that the value did get updated in the dataprovider, so I added myDG.invalidateList(). I also commented out the var row:int as it was not used within the function.

var myDG:DoubleClickDataGrid = this.owner as DoubleClickDataGrid;
var row:int=_listData.rowIndex+myDG.verticalScrollPosition;
            this.data[_listData.dataField]=myVar;
            myDG.dataProvider.itemUpdated(data);
myDG.invalidateList();</description>
		<content:encoded><![CDATA[<p>Very cool, and a great help. I ran into one small problem. Intermittently (gotta love those) the updated value would not render in the data grid. I could see that the value did get updated in the dataprovider, so I added myDG.invalidateList(). I also commented out the var row:int as it was not used within the function.</p>
<p>var myDG:DoubleClickDataGrid = this.owner as DoubleClickDataGrid;<br />
var row:int=_listData.rowIndex+myDG.verticalScrollPosition;<br />
            this.data[_listData.dataField]=myVar;<br />
            myDG.dataProvider.itemUpdated(data);<br />
myDG.invalidateList();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yossi</title>
		<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/comment-page-1/#comment-532</link>
		<dc:creator>Yossi</dc:creator>
		<pubDate>Mon, 09 Feb 2009 07:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/#comment-532</guid>
		<description>Thanks man,
How can I use it in AdvancedDataGrid?</description>
		<content:encoded><![CDATA[<p>Thanks man,<br />
How can I use it in AdvancedDataGrid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satisfyz</title>
		<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/comment-page-1/#comment-504</link>
		<dc:creator>Satisfyz</dc:creator>
		<pubDate>Sun, 11 Jan 2009 12:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/#comment-504</guid>
		<description>Hi, 

Thank you this help me a lot.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thank you this help me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prabhu ramasamy</title>
		<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/comment-page-1/#comment-494</link>
		<dc:creator>prabhu ramasamy</dc:creator>
		<pubDate>Wed, 07 Jan 2009 12:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/#comment-494</guid>
		<description>Very good stuff...</description>
		<content:encoded><![CDATA[<p>Very good stuff&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/comment-page-1/#comment-151</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Sun, 06 Jul 2008 07:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/#comment-151</guid>
		<description>Thanks, this works with Flex 3 as well!</description>
		<content:encoded><![CDATA[<p>Thanks, this works with Flex 3 as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesh</title>
		<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/comment-page-1/#comment-103</link>
		<dc:creator>Venkatesh</dc:creator>
		<pubDate>Fri, 04 Apr 2008 12:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/#comment-103</guid>
		<description>Hi,

Thank you, i got nice example</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you, i got nice example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/comment-page-1/#comment-51</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 15 Feb 2008 16:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/#comment-51</guid>
		<description>The sample was compiled with 2.0.1 hf2.  You should upgrade and see if it is still and issue.</description>
		<content:encoded><![CDATA[<p>The sample was compiled with 2.0.1 hf2.  You should upgrade and see if it is still and issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mush15</title>
		<link>http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/comment-page-1/#comment-48</link>
		<dc:creator>Mush15</dc:creator>
		<pubDate>Thu, 14 Feb 2008 20:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexmonkeypatches.com/2007/12/12/datagrid-popup-as-itemeditor/#comment-48</guid>
		<description>Hi,

Thanks for this and other examples.

I was trying to use this example but I get a null OBject reference when I click save any ideas?

I am using Flex 2.01

Anyway thanks again.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this and other examples.</p>
<p>I was trying to use this example but I get a null OBject reference when I click save any ideas?</p>
<p>I am using Flex 2.01</p>
<p>Anyway thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
