<?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: jgGrid customized add new form</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jggrid-customized-add-new-form</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/jggrid-customized-add-new-form/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>nelsonm on jgGrid customized add new form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jggrid-customized-add-new-form#p25578</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jggrid-customized-add-new-form#p25578</guid>
        	        	<description><![CDATA[<blockquote>
<p>beforeShowForm: function(form){alert(&#39;before show form&#39;);},</p>
</blockquote>
<p>The function syntax is correct and should work.&#160; You may have it in the wrong area.&#160; It should go into the navGrid section.</p>
<blockquote>
<p>$(&#39;#tab3-grid&#39;).jqGrid(&#39;navGrid&#39;, &#39;#tab3-pager&#39;,<br />&#160;&#160; {view:true, closeOnEscape:true}, // general parameters.<br />&#160;&#160; {jqModal:true, beforeShowForm: function(f){alert(&#39;hello&#39;);}}, // edit options.<br />&#160;&#160; {jqModal:true, beforeShowForm: dosomething}, // add options.<br />&#160;&#160; {jqModal:true, afterSubmit: serverMessage}, // del options.<br />&#160;&#160; {jqModal:true}, // search options.<br />&#160;&#160; {jqModal:true} // view options.<br />&#160;&#160; &#160;);</p>
<p>&#160;&#160;&#160; var dosomething = function(formid){<br />&#160;&#160;&#160;&#160;&#160;&#160; // stuff to do.<br />&#160;&#160; &#160;}</p>
</blockquote>
]]></description>
        	        	<pubDate>Tue, 03 Jan 2012 18:00:54 +0200</pubDate>
        </item>
        <item>
        	<title>jigneshmistry on jgGrid customized add new form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jggrid-customized-add-new-form#p25557</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jggrid-customized-add-new-form#p25557</guid>
        	        	<description><![CDATA[<p>Hi&#160;</p>
<p>I am having problem in&#160;</p>
<p>beforeShowForm: function(form){</p>
<p>alert(&#39;before show form&#39;);</p>
<p>},</p>
</p>
<p>I have try this but&#160; it will not give me any msg . Can you please help me.</p>
<p>thanks.</p>
]]></description>
        	        	<pubDate>Sat, 31 Dec 2011 08:27:00 +0200</pubDate>
        </item>
        <item>
        	<title>yellowduckbear on jgGrid customized add new form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jggrid-customized-add-new-form#p25367</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jggrid-customized-add-new-form#p25367</guid>
        	        	<description><![CDATA[<p>Try the recreateForm and beforeShowForm in pager add section ...</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1930' value='Select Code' data-codeid='sfcode1930' /></p>
<div class='sfcode' id='sfcode1930'>
<p>recreateForm: true,</p>
<p>beforeShowForm: function(form){</p>
<p>$(&#34;#field0 from colModel&#34;, form).attr(&#39;value&#39;, &#39;3&#39;);</p>
<p>$(&#34;#field1 from colModel&#34;, form).attr(&#39;hidden&#39;, &#39;true&#39;);</p>
<p>...</p>
<p>etc</p>
<p>},</p>
</p>
</div>
<p>KiT</p>
]]></description>
        	        	<pubDate>Mon, 12 Dec 2011 16:48:59 +0200</pubDate>
        </item>
        <item>
        	<title>wolfatwork on jgGrid customized add new form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jggrid-customized-add-new-form#p25361</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jggrid-customized-add-new-form#p25361</guid>
        	        	<description><![CDATA[<p>Please help!! I am newbie on jggrid, loved it. However, there is a  challenge. When I open a blank form to add new row to the grid, I need  some fields on the form to be dynamically updated by going to the  database to search for data if I change a field on the form. I found the  code in the javascript to create a form for adding new row, may I  change it to read from an external file (like an asp, php page) or is  there any way to do it properly??</p>
]]></description>
        	        	<pubDate>Fri, 09 Dec 2011 18:38:41 +0200</pubDate>
        </item>
</channel>
</rss>