<?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 &#8211; ItemEditors &#8211; III</title>
	<atom:link href="http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/</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: Pravin Mahida</title>
		<link>http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/comment-page-1/#comment-2454</link>
		<dc:creator>Pravin Mahida</dc:creator>
		<pubDate>Fri, 30 Oct 2009 07:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/06/04/tips-tricks-itemeditors-iii/#comment-2454</guid>
		<description>This is great stuff! and very helpful..Thanks for providing such nice example</description>
		<content:encoded><![CDATA[<p>This is great stuff! and very helpful..Thanks for providing such nice example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tips &#38; Tricks - ItemEditors - III &#171; flexgeek</title>
		<link>http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/comment-page-1/#comment-873</link>
		<dc:creator>Tips &#38; Tricks - ItemEditors - III &#171; flexgeek</dc:creator>
		<pubDate>Thu, 19 Feb 2009 03:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/06/04/tips-tricks-itemeditors-iii/#comment-873</guid>
		<description>[...] Comment!    Read this post at my new blog - http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Comment!    Read this post at my new blog &#8211; <a href="http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/" rel="nofollow">http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/comment-page-1/#comment-96</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Wed, 09 Jan 2008 04:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/06/04/tips-tricks-itemeditors-iii/#comment-96</guid>
		<description>what if I have two item editors in a same datagrid  and want to validate both of them with a different logic.. I think itemEditEnd will fire a single function, but if I have to check these values on  different conditions then probably there is a trap.. any solutions for this issue?</description>
		<content:encoded><![CDATA[<p>what if I have two item editors in a same datagrid  and want to validate both of them with a different logic.. I think itemEditEnd will fire a single function, but if I have to check these values on  different conditions then probably there is a trap.. any solutions for this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmw</title>
		<link>http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/comment-page-1/#comment-95</link>
		<dc:creator>jmw</dc:creator>
		<pubDate>Wed, 05 Sep 2007 19:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/06/04/tips-tricks-itemeditors-iii/#comment-95</guid>
		<description>Dude,

Why is it that when i implemented this code it works differently than the sample app?  I like the idea of being able to trap the focus in the control until the error is fixed.  It appears as though your sample app disables the other rows in the column until the validation is satisfied because when you click in another coulmn the control is destroyed and focus is changed.

Is there more code doing this functionality that I see in the sample app than what was presented in the source code?  When I ran the code supplied all works but this aforementioned functionality.</description>
		<content:encoded><![CDATA[<p>Dude,</p>
<p>Why is it that when i implemented this code it works differently than the sample app?  I like the idea of being able to trap the focus in the control until the error is fixed.  It appears as though your sample app disables the other rows in the column until the validation is satisfied because when you click in another coulmn the control is destroyed and focus is changed.</p>
<p>Is there more code doing this functionality that I see in the sample app than what was presented in the source code?  When I ran the code supplied all works but this aforementioned functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/comment-page-1/#comment-94</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 12 Jul 2007 21:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/06/04/tips-tricks-itemeditors-iii/#comment-94</guid>
		<description>Your source does not match up to your sample app.  In your sample app you can type into this datagrid instead of using the stepper.  however, in your source code this function does not work.</description>
		<content:encoded><![CDATA[<p>Your source does not match up to your sample app.  In your sample app you can type into this datagrid instead of using the stepper.  however, in your source code this function does not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darth Sidious</title>
		<link>http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/comment-page-1/#comment-90</link>
		<dc:creator>Darth Sidious</dc:creator>
		<pubDate>Fri, 29 Jun 2007 23:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/06/04/tips-tricks-itemeditors-iii/#comment-90</guid>
		<description>What if the user mouse clicks away to change focus vs hitting enter - the preventDefault doesn&#039;t seem to do anything.</description>
		<content:encoded><![CDATA[<p>What if the user mouse clicks away to change focus vs hitting enter &#8211; the preventDefault doesn&#8217;t seem to do anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tariq Ahmed</title>
		<link>http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/comment-page-1/#comment-92</link>
		<dc:creator>Tariq Ahmed</dc:creator>
		<pubDate>Thu, 28 Jun 2007 19:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/06/04/tips-tricks-itemeditors-iii/#comment-92</guid>
		<description>One of the most useful blog post series I&#039;ve seen. nice.</description>
		<content:encoded><![CDATA[<p>One of the most useful blog post series I&#8217;ve seen. nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darth Sidious</title>
		<link>http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/comment-page-1/#comment-93</link>
		<dc:creator>Darth Sidious</dc:creator>
		<pubDate>Thu, 28 Jun 2007 19:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/06/04/tips-tricks-itemeditors-iii/#comment-93</guid>
		<description>This is great stuff! Appreciate it.</description>
		<content:encoded><![CDATA[<p>This is great stuff! Appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nisheet</title>
		<link>http://blog.flexgeek.in/2007/06/tips-tricks-itemeditors-iii/comment-page-1/#comment-91</link>
		<dc:creator>nisheet</dc:creator>
		<pubDate>Mon, 04 Jun 2007 12:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://flexgeek.wordpress.com/2007/06/04/tips-tricks-itemeditors-iii/#comment-91</guid>
		<description>Link broken for &quot;View Sample Application&quot; as well as Download source.</description>
		<content:encoded><![CDATA[<p>Link broken for &#8220;View Sample Application&#8221; as well as Download source.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
