<?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: Hidden grid fields not copied to Edit Form</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-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/bugs/hidden-grid-fields-not-copied-to-edit-form/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Juris on Hidden grid fields not copied to Edit Form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11313</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11313</guid>
        	        	<description><![CDATA[<p>Ah, yes, it works,</p>
<p>i did not notice that hidden fields are same text inputs with display:none</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Fri, 30 Oct 2009 08:59:59 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Hidden grid fields not copied to Edit Form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11283</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11283</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which version do you use? Also in 3.5 this should work in inline edit.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 30 Oct 2009 07:05:06 +0200</pubDate>
        </item>
        <item>
        	<title>Juris on Hidden grid fields not copied to Edit Form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11275</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11275</guid>
        	        	<description><![CDATA[<p>I just have about same problem,</p>
<p>if i set</p>
<p>&#160;&#160;&#160;&#160; {&#160;name:&#39;memberListID&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;index:&#39;memberListID&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;width:30, <br />&#160;&#160;&#160;&#160;&#160;&#160;hidden:true,<br />&#160;&#160;&#160;&#160;&#160; editable: true,}</p>
<p>the field is hidden in td its seems to be fine</p>
<p>but inline edit saveRow does not process hidden fields and these are not submitted to server.</p>
</p>
<p>i suppose it should be added to&#160;</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; case &#39;text&#39;:<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; case &#39;password&#39;:<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; case &#39;textarea&#39;:<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; case "button" :<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; case &#39;hidden&#39; :<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; tmp[nm]= !$t.p.autoencode ? $("input, textarea",this).val() : $.jgrid.htmlEncode($("input, textarea",this).val());<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; break;</p></p>
]]></description>
        	        	<pubDate>Fri, 30 Oct 2009 06:39:40 +0200</pubDate>
        </item>
        <item>
        	<title>jack_s on Hidden grid fields not copied to Edit Form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11209</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11209</guid>
        	        	<description><![CDATA[<p>thanks mark - that works - the problem was that I was using formatoptions: { rowpos: x } property &#160;- as it happens one of these (a rowpos) &#160;needs to be assigned to ALL fields even if they are not displayed on the form</p>
]]></description>
        	        	<pubDate>Wed, 28 Oct 2009 20:36:24 +0200</pubDate>
        </item>
        <item>
        	<title>markw65 on Hidden grid fields not copied to Edit Form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11204</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11204</guid>
        	        	<description><![CDATA[<p>I think the way it works is that</p>
<p>&#160;- only editable fields go onto the form</p>
<p>&#160;- the field is visible if its not hidden, or its marked as edithidden.</p>
</p>
<p>So I believe you want:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8644' value='Select Code' data-codeid='sfcode8644' /></p>
<div class='sfcode' id='sfcode8644'>
<p>{&#160;</p>
<p>&#160;&#160;&#160;&#160;&#160; name:&#39;memberListID&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;index:&#39;memberListID&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;width:30, <br />&#160;&#160;&#160;&#160;&#160;&#160;hidden:true,<br />&#160;&#160;&#160;&#160; editable: true<br />}</p>
</div>
]]></description>
        	        	<pubDate>Wed, 28 Oct 2009 18:28:44 +0200</pubDate>
        </item>
        <item>
        	<title>jack_s on Hidden grid fields not copied to Edit Form</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11196</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-grid-fields-not-copied-to-edit-form#p11196</guid>
        	        	<description><![CDATA[<p>Is this a bug?</p>
<p>The wiki docs say &#8220;<em>Hidden fields are included in the form with the display:none property of the table row</em>&#8220;</p>
<p>The column array is:</p>
<p>&#160;&#160;&#160;&#160;&#160;{&#160;name:&#39;memberListID&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;index:&#39;memberListID&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;width:30, <br />&#160;&#160;&#160;&#160;&#160;&#160;hidden:true<br />&#160;&#160;&#160;&#160;&#160;},</p>
<p>Of course, if I do this:</p>
<p>&#160;&#160;&#160;&#160;&#160;{&#160;name:&#39;memberListID&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;index:&#39;memberListID&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;width:30, <br />&#160;&#160;&#160;&#160;&#160;&#160;hidden:true,<br />&#160;&#160;&#160;&#160; editable: true,<br />&#160;&#160;&#160;&#160; editrules: {&#160;&#160;edithidden:true },<br />&#160;&#160;&#160;&#160;&#160;},</p>
<p>&#160; &#8230; then the field IS copied to the form.&#160;&#160; But this field is a foreign key and is not editable and I don&#39;t want it to display as &#8220;disabled&#8221; or &#8220;readonly&#8221;&#160; -&#160; I just want it to be a hidden field on the form &#8211; that would be good.&#160;&#160;&#160;&#160;</p>
<p>I interpret the docs to indicate that this field (as defined in the first example) should be copied to the form&#160;&#160;and then its row is hidden (i.e. display:none ) &#8211; this would work for me too as long as the contents of an input that is in a hidden row is sent to the server.</p>
<p>I have some workarounds I can do&#160;but I want to see if the jqgrid can handle it for me.</p>
<p>thanks!</p>
]]></description>
        	        	<pubDate>Wed, 28 Oct 2009 15:08:43 +0200</pubDate>
        </item>
</channel>
</rss>