<?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: add field to form which is not found in row</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/add-field-to-form-which-is-not-found-in-row</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/add-field-to-form-which-is-not-found-in-row/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on add field to form which is not found in row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-field-to-form-which-is-not-found-in-row#p2160</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-field-to-form-which-is-not-found-in-row#p2160</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>onInitializeForm is the right place since it is called only once,</p>
<p>but you should use insertBefore or insertAfter for this purpose.</p>
<p>The input fields in the form are encloused in table, so you may</p>
<p>add additional content</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 22 Sep 2008 09:49:01 +0300</pubDate>
        </item>
        <item>
        	<title>bouton on add field to form which is not found in row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/add-field-to-form-which-is-not-found-in-row#p2159</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/add-field-to-form-which-is-not-found-in-row#p2159</guid>
        	        	<description><![CDATA[<p>I want to add a field to a form which is not created automatically by the colModel.&#160; How do I do this.</p>
<p>I have a form with</p>
<p>colModel:[ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;ID&#39;,index:&#39;machine_ID&#39;, width:36, align:"right", width:50, align:"right",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editable:true, editrules:{required:true}}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;experiment&#39;,index:&#39;experimentType_ID&#39;,&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editable:true, editrules:{required:true}}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;data&#39;,index:&#39;metadata&#39;, width:260, align:"left", <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editable:true, edittype:"select", editrules:{required:true}, editoptions:{value:"one:one;two:two"}}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ]</p>
</p>
<p>and I have tried</p>
<p>beforeShowForm: function(formid){<br />&#160;&#160;&#160;&#160;&#160; $("#detailGrid").html("&#60;input type=&#39;text&#39; name=&#39;moreData&#39; value=&#39;test&#39;/&#62;";</p>
<p>}</p>
<p>And i have tried</p>
<p>onInitializeForm: function(formid){<br />&#160;&#160;&#160;&#160; &#160; $("#detailGrid").html("&#60;input type=&#39;text&#39; name=&#39;moreData&#39; value=&#39;test&#39;/&#62;";<br />&#160;}</p>
</p>
<p>but no luck.</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Mon, 22 Sep 2008 09:21:02 +0300</pubDate>
        </item>
</channel>
</rss>