<?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: Nested properties and DataGridColumn</title>
	<atom:link href="http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/feed/" rel="self" type="application/rss+xml" />
	<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/</link>
	<description>Random thoughts about software development.</description>
	<lastBuildDate>Sun, 18 Mar 2012 14:46:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: DataGridColumn에서 클래스의 내부 속성(Property) 사용하기</title>
		<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/comment-page-1/#comment-19874</link>
		<dc:creator>DataGridColumn에서 클래스의 내부 속성(Property) 사용하기</dc:creator>
		<pubDate>Wed, 27 Jan 2010 07:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://cornelcreanga.com/?p=30#comment-19874</guid>
		<description>[...] 출처 : Cornel Creanga &#8211; Nested properties and DataGridColumn [...]</description>
		<content:encoded><![CDATA[<p>[...] 출처 : Cornel Creanga &#8211; Nested properties and DataGridColumn [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cornel</title>
		<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/comment-page-1/#comment-10903</link>
		<dc:creator>cornel</dc:creator>
		<pubDate>Tue, 07 Jul 2009 09:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://cornelcreanga.com/?p=30#comment-10903</guid>
		<description>Not yet - I have an idea how to do it but I do not have time for further investigations. Maybe in holiday :)</description>
		<content:encoded><![CDATA[<p>Not yet &#8211; I have an idea how to do it but I do not have time for further investigations. Maybe in holiday <img src='http://cornelcreanga.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/comment-page-1/#comment-10902</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://cornelcreanga.com/?p=30#comment-10902</guid>
		<description>That&#039;s pretty cool. I notice that you set editable to false on the column with the nested value. Have you found a way to edit nested properties also?</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty cool. I notice that you set editable to false on the column with the nested value. Have you found a way to edit nested properties also?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vlad</title>
		<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/comment-page-1/#comment-6344</link>
		<dc:creator>vlad</dc:creator>
		<pubDate>Sat, 21 Mar 2009 09:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://cornelcreanga.com/?p=30#comment-6344</guid>
		<description>Great! Great! Great!
Felicitari!
Mi-au iesit peri albi cu faza asta!</description>
		<content:encoded><![CDATA[<p>Great! Great! Great!<br />
Felicitari!<br />
Mi-au iesit peri albi cu faza asta!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Ross</title>
		<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/comment-page-1/#comment-539</link>
		<dc:creator>Nate Ross</dc:creator>
		<pubDate>Tue, 14 Oct 2008 21:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://cornelcreanga.com/?p=30#comment-539</guid>
		<description>I recently extended the DataGrid to allow for nested properties because making a custom sort function and a custom label function can get quite tedious for every DataGrid you use with nested object properties. I allow for a DataGridColumn to use dataField=&quot;object1.object2.object3.property&quot; or dataField=&quot;object1.objectList1[0].object2.objectList2[5].property&quot; for example. Feel free to check it out on &lt;a href=&quot;http://nateross.wordpress.com/2008/10/11/nested-data-grid/&quot; rel=&quot;nofollow&quot;&gt;my blog&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I recently extended the DataGrid to allow for nested properties because making a custom sort function and a custom label function can get quite tedious for every DataGrid you use with nested object properties. I allow for a DataGridColumn to use dataField=&#8221;object1.object2.object3.property&#8221; or dataField=&#8221;object1.objectList1[0].object2.objectList2[5].property&#8221; for example. Feel free to check it out on <a href="http://nateross.wordpress.com/2008/10/11/nested-data-grid/" rel="nofollow">my blog</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Paup</title>
		<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/comment-page-1/#comment-503</link>
		<dc:creator>Jeff Paup</dc:creator>
		<pubDate>Thu, 21 Aug 2008 23:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://cornelcreanga.com/?p=30#comment-503</guid>
		<description>Thanks for the quick and accurate reply - it works perfectly! Now do I have to have a custom sort? I created one using sortCompareFunction but get the following error: Find criteria must contain at least one sort field value. I read somewhere that I have to intercept the header messages and do my sort based on that -- true? Suggestions?

And again, thanks for all your effort -- greatly appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks for the quick and accurate reply &#8211; it works perfectly! Now do I have to have a custom sort? I created one using sortCompareFunction but get the following error: Find criteria must contain at least one sort field value. I read somewhere that I have to intercept the header messages and do my sort based on that &#8212; true? Suggestions?</p>
<p>And again, thanks for all your effort &#8212; greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cornel</title>
		<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/comment-page-1/#comment-492</link>
		<dc:creator>cornel</dc:creator>
		<pubDate>Thu, 21 Aug 2008 05:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://cornelcreanga.com/?p=30#comment-492</guid>
		<description>Hi Jeff,

Add the following import statements (before class definition):

	import mx.controls.dataGridClasses.DataGridColumn;
	import mx.collections.*;	
	import mx.collections.errors.ItemPendingError;

Let me know if it works.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Add the following import statements (before class definition):</p>
<p>	import mx.controls.dataGridClasses.DataGridColumn;<br />
	import mx.collections.*;<br />
	import mx.collections.errors.ItemPendingError;</p>
<p>Let me know if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Paup</title>
		<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/comment-page-1/#comment-491</link>
		<dc:creator>Jeff Paup</dc:creator>
		<pubDate>Thu, 21 Aug 2008 01:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://cornelcreanga.com/?p=30#comment-491</guid>
		<description>I like your solution but am getting the following errors:
Severity and Description	Path	Resource	Location	Creation Time	Id
1046: Type was not found or was not a compile-time constant: ItemPendingError.	justFocused/src	DataGridColumnNested.as	line 21	1219280733452	25
1180: Call to a possibly undefined method ItemResponder.	justFocused/src	DataGridColumnNested.as	line 22	1219280733452	26

I&#039;m new to Flex and am probably missing something simple. Can you point me in the right direction? Thanks</description>
		<content:encoded><![CDATA[<p>I like your solution but am getting the following errors:<br />
Severity and Description	Path	Resource	Location	Creation Time	Id<br />
1046: Type was not found or was not a compile-time constant: ItemPendingError.	justFocused/src	DataGridColumnNested.as	line 21	1219280733452	25<br />
1180: Call to a possibly undefined method ItemResponder.	justFocused/src	DataGridColumnNested.as	line 22	1219280733452	26</p>
<p>I&#8217;m new to Flex and am probably missing something simple. Can you point me in the right direction? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cornel</title>
		<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/comment-page-1/#comment-381</link>
		<dc:creator>cornel</dc:creator>
		<pubDate>Fri, 08 Aug 2008 20:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://cornelcreanga.com/?p=30#comment-381</guid>
		<description>Fabio,

Good question, I never had to that - My preference is to use grids for data visualisation and popups to edit the rows. I will study the next week this problem.
Don&#039;t worry about the language, I&#039;m not a native speaker myself :)</description>
		<content:encoded><![CDATA[<p>Fabio,</p>
<p>Good question, I never had to that &#8211; My preference is to use grids for data visualisation and popups to edit the rows. I will study the next week this problem.<br />
Don&#8217;t worry about the language, I&#8217;m not a native speaker myself <img src='http://cornelcreanga.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cornel</title>
		<link>http://cornelcreanga.com/2008/08/nested-properties-and-datagridcolumn/comment-page-1/#comment-380</link>
		<dc:creator>cornel</dc:creator>
		<pubDate>Fri, 08 Aug 2008 20:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://cornelcreanga.com/?p=30#comment-380</guid>
		<description>mc,

Yes, you will have to write lots of functions - and by the way if you are using LCDS with lazy managed associations you will have to take care of that in the functions. &quot;product.company.name&quot; will throw ItemPendingException if the Destination company has lazy set to &quot;true&quot;</description>
		<content:encoded><![CDATA[<p>mc,</p>
<p>Yes, you will have to write lots of functions &#8211; and by the way if you are using LCDS with lazy managed associations you will have to take care of that in the functions. &#8220;product.company.name&#8221; will throw ItemPendingException if the Destination company has lazy set to &#8220;true&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

