<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Handle datepicker gracefully in edit mode</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Handle datepicker gracefully in edit mode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode#p10119</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode#p10119</guid>
        	        	<description><![CDATA[<p>Hello tim,</p>
<p>Sorry if this sound for you so - I do not mean this , but all what&#160; I want is that people using jqGrid will need first read the documentation.</p>
<p>Best Regards</p>
]]></description>
        	        	<pubDate>Fri, 25 Sep 2009 03:50:44 +0300</pubDate>
        </item>
        <item>
        	<title>tim on Handle datepicker gracefully in edit mode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode#p10062</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode#p10062</guid>
        	        	<description><![CDATA[<p>I&#39;ve left the working example up so that others can benefit (includes re-setting the focus).</p>
<p><a href="http://www.blackstag.com/json-example" rel="nofollow" target="_blank">http://www.blackstag.com/json-example</a></p>
<p>tim</p>
]]></description>
        	        	<pubDate>Wed, 23 Sep 2009 19:12:09 +0300</pubDate>
        </item>
        <item>
        	<title>tim on Handle datepicker gracefully in edit mode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode#p10059</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode#p10059</guid>
        	        	<description><![CDATA[<p>&#62; "It seems that you have concentrate more on what jqGrid does not have, rather than to investigate the methods and properties how to avoid some bugs in datepicker."</p>
<p>No, I am just learning both jQuery and jqGrid. I tried 50 things 50 different ways; Obviously I am not as familiar with the code as you are. This is why I put the original posting in "Help" and only after no one was able to help did I try to log as a feature request. Call me a n00b ok, but I did try to find ways to fix it without assuming it was a fault of jqGrid.</p>
</p>
<p>I appreciate your help as the last post did fix the problem.</p>
<p>Thank you.</p>
<p>tim</p>
]]></description>
        	        	<pubDate>Wed, 23 Sep 2009 17:58:06 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Handle datepicker gracefully in edit mode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode#p10046</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode#p10046</guid>
        	        	<description><![CDATA[<p>Dear tim,</p>
<p>It seems that you have concentrate more on what jqGrid does not have, rather than to investigate the methods and properties how to avoid some bugs in datepicker. (As I known the datepicker will be rewritten).</p>
</p>
<p>As of my previos comment and the coment from other user here is one gracefully solution for your problem, referring this:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ll_editing</a></p>
</p>
<p>afterEditCell : function (id, name, value, iRow, iCol) {</p>
<p>$("#"+iRow+"_"+name).datepicker({/* put here your options including showOn too*/});</p>
<p>// or simple $(":input[name="+name+"]")....</p>
<p>}</p>
</p>
<p>Enjoy</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 23 Sep 2009 10:48:41 +0300</pubDate>
        </item>
        <item>
        	<title>tim on Handle datepicker gracefully in edit mode</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode#p10045</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/handle-datepicker-gracefully-in-edit-mode#p10045</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Sorry to hassle you.</p>
</p>
<p>In celledit mode the grid users&#39; normal behaviour is to:</p>
<p>1. select a cell to edit ( it becomes editable)</p>
<p>2. make the change.</p>
<p>3. hit &#39;enter&#39; (change becomes saved or whatever).</p>
<p>4. repeat for other changes if there are more to make.</p>
</p>
<p>When using the datepicker the users workflow becomes broken, rather they:</p>
</p>
<p>1. select the date cell to edit ( the calendar pops up)</p>
<p>2. make the change.</p>
<p>3. hit &#39;enter&#39; (change becomes saved or whatever).</p>
<p>&#60;- OOPS: No &#8211; you can not hit enter here. If the user does not have any other changes to make they end up not knowing what to do. The average user would not know to select another cell for the effect or change to &#39;take&#39;.</p>
</p>
<p>I tried to resolve this on my own by adding the showOn: &#39;button&#39; feature that allows the input box to get focus &#8211; thus allowing the user to hit &#39;enter&#39;. As you are aware: I could not make it work:</p>
<p><a rel="nofollow" href="/blog/?page_id=393/help/datepicker-imagebutton-not-appearing" target="_blank"></a><a href="http://www.trirand.com/blog/?p" rel="nofollow" target="_blank">http://www.trirand.com/blog/?p</a>.....-appearing</p>
</p>
<p>I feel this is a significant issue; and that the community of users would greatly benefit from fixing/enhancing this.</p>
<p>I hope there&#39;s something you can do.</p>
<p>Thanks</p>
<p>tim</p></p>
]]></description>
        	        	<pubDate>Wed, 23 Sep 2009 10:26:10 +0300</pubDate>
        </item>
</channel>
</rss>