<?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: datepicker in form edit</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/datepicker-in-form-edit</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/help/datepicker-in-form-edit/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on datepicker in form edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/datepicker-in-form-edit#p6479</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/datepicker-in-form-edit#p6479</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You should define this in both add and edit - i.e you should have two onInitializeFor - one for the edit and another for the add actions</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 05 May 2009 08:22:01 +0300</pubDate>
        </item>
        <item>
        	<title>pequesalta on datepicker in form edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/datepicker-in-form-edit#p6419</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/datepicker-in-form-edit#p6419</guid>
        	        	<description><![CDATA[<p>Hello!,</p>
<p>In my grid, when click in edit button navigation, the modal form show a date field. The datepicker is showing. That&#39;s ok. The code is:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2064' value='Select Code' data-codeid='sfcode2064' /></p>
<div class='sfcode' id='sfcode2064'>.navGrid(&#39;#contdatos&#39;,{...</div>
<p><input type='button' class='sfcodeselect' name='sfselectit4511' value='Select Code' data-codeid='sfcode4511' /></p>
<div class='sfcode' id='sfcode4511'>onInitializeForm:function(formid){<br />&#160;&#160;&#160; &#160;&#160;&#160; $(&#39;#fecha&#39;,formid).datepicker({<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; dateFormat:"dd-mm-yy",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; showOn: &#39;button&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; buttonImage: &#39;./images/calendar.gif&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; buttonImageOnly: true, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; zIndex:1200<br />&#160;&#160;&#160; &#160;&#160;&#160; });<br />&#160;&#160;&#160; }</div>
<p><input type='button' class='sfcodeselect' name='sfselectit8821' value='Select Code' data-codeid='sfcode8821' /></p>
<div class='sfcode' id='sfcode8821'>...</div>
<p>But, when click in add button navigation, in this modal form, the datepicker not show.</p>
<p>Why?.</p>
<p>Thanks for all.</p>
]]></description>
        	        	<pubDate>Fri, 01 May 2009 05:26:54 +0300</pubDate>
        </item>
</channel>
</rss>