<?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: Tips &amp; Tricks : itemEditors  &#8211; I</title>
	<atom:link href="http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 15:22:06 +0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tips &#38; Tricks : itemEditors - I &#171; flexgeek</title>
		<link>http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/comment-page-1/#comment-872</link>
		<dc:creator>Tips &#38; Tricks : itemEditors - I &#171; flexgeek</dc:creator>
		<pubDate>Thu, 19 Feb 2009 03:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/04/09/tips-tricks-itemeditors-i/#comment-872</guid>
		<description>[...] Comment!    Read the post here - http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Comment!    Read the post here &#8211; <a href="http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/" rel="nofollow">http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex 的 editorDataField 之用途 at Gordon FYP</title>
		<link>http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/comment-page-1/#comment-55</link>
		<dc:creator>Flex 的 editorDataField 之用途 at Gordon FYP</dc:creator>
		<pubDate>Wed, 08 Oct 2008 15:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/04/09/tips-tricks-itemeditors-i/#comment-55</guid>
		<description>[...] 的 Programming Flex 2 中的例子不太反映出該 attribute 的重要性。在網上 http://flexgeek.wordpress.com/2007/04/09/tips-tricks-itemeditors-i/ 這網站亦只提及這 attribute [...]</description>
		<content:encoded><![CDATA[<p>[...] 的 Programming Flex 2 中的例子不太反映出該 attribute 的重要性。在網上 <a href="http://flexgeek.wordpress.com/2007/04/09/tips-tricks-itemeditors-i/ 這網站亦只提及這" rel="nofollow">http://flexgeek.wordpress.com/2007/04/09/tips-tricks-itemeditors-i/ 這網站亦只提及這</a> attribute [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhan</title>
		<link>http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/comment-page-1/#comment-54</link>
		<dc:creator>Madhan</dc:creator>
		<pubDate>Tue, 27 Nov 2007 06:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/04/09/tips-tricks-itemeditors-i/#comment-54</guid>
		<description>I have a requirment where i need to render diffrent editors based on the value in the cell.

e.g. if value is numeric then number steper should be the editor and if the value is string it should render text input. Same column can have nummeric values or alpha numberic values. based on value the editor should apear.

can you help me in this ?</description>
		<content:encoded><![CDATA[<p>I have a requirment where i need to render diffrent editors based on the value in the cell.</p>
<p>e.g. if value is numeric then number steper should be the editor and if the value is string it should render text input. Same column can have nummeric values or alpha numberic values. based on value the editor should apear.</p>
<p>can you help me in this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/comment-page-1/#comment-53</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 26 Sep 2007 19:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/04/09/tips-tricks-itemeditors-i/#comment-53</guid>
		<description>Have you noticed that when you do not use the stepper in your dataGrid field and instead type in a value in that field the typed value is not committed when you leave the that record?

I have yet to find a solution for this problem!</description>
		<content:encoded><![CDATA[<p>Have you noticed that when you do not use the stepper in your dataGrid field and instead type in a value in that field the typed value is not committed when you leave the that record?</p>
<p>I have yet to find a solution for this problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/comment-page-1/#comment-52</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 10 Jul 2007 13:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/04/09/tips-tricks-itemeditors-i/#comment-52</guid>
		<description>Nice.  I&#039;m trying to do this, adding numeric steppers in a DataGrid to edit quantities.  My problem is, each entry in the data grid has a different minimum and maximum, as in:

private var ingredientList2:ArrayCollection = new ArrayCollection([
{label:&quot;Celery, chopped&quot;, quant:1, min2:1, max2:2, units:&quot;cups&quot;},
{label:&quot;Onions, chopped&quot;, quant:1, min2:2, max2:3, units:&quot;cups&quot;}   ]);

How can I pass the different Min and Max values to the steppers?</description>
		<content:encoded><![CDATA[<p>Nice.  I&#8217;m trying to do this, adding numeric steppers in a DataGrid to edit quantities.  My problem is, each entry in the data grid has a different minimum and maximum, as in:</p>
<p>private var ingredientList2:ArrayCollection = new ArrayCollection([<br />
{label:"Celery, chopped", quant:1, min2:1, max2:2, units:"cups"},<br />
{label:"Onions, chopped", quant:1, min2:2, max2:3, units:"cups"}   ]);</p>
<p>How can I pass the different Min and Max values to the steppers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tips &#38; Tricks - ItemEditors - II &#171; flexgeek</title>
		<link>http://blog.flexgeek.in/2007/04/tips-tricks-itemeditors-i/comment-page-1/#comment-51</link>
		<dc:creator>Tips &#38; Tricks - ItemEditors - II &#171; flexgeek</dc:creator>
		<pubDate>Thu, 10 May 2007 09:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/04/09/tips-tricks-itemeditors-i/#comment-51</guid>
		<description>[...] &amp; Tricks - ItemEditors -&#160;II  We saw in the earlier article about using itemEditors in a flex datagrid. Now, Lets dive a little deeper into doing some more [...]</description>
		<content:encoded><![CDATA[<p>[...] &amp; Tricks &#8211; ItemEditors -&nbsp;II  We saw in the earlier article about using itemEditors in a flex datagrid. Now, Lets dive a little deeper into doing some more [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
