<?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 fields not posted during editGridRow</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow</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-fields-not-posted-during-editgridrow/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10949</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10949</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>editGridRow is OK. Check your code. Just for your information yhe posted data is extended in the following way</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8721' value='Select Code' data-codeid='sfcode8721' /></p>
<div class='sfcode' id='sfcode8721'>
<p>postdata = $.extend(postdata,rp_ge.editData,onclickSubmitData);</p>
</div>
<p>Maybe in your code editData has values which are old.</p>
<p>If you use FireBug find the postIt function and see the values just before the expression above</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 21 Oct 2009 08:59:04 +0300</pubDate>
        </item>
        <item>
        	<title>dpeterman on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10948</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10948</guid>
        	        	<description><![CDATA[<p>Tony,</p>
</p>
<p>The lines listed above were for the delgridrow, does 3.6 fix the edit issue as well? I&#39;m assuming it&#39;s something similar?</p>
</p>
<p>Doug</p>
]]></description>
        	        	<pubDate>Wed, 21 Oct 2009 08:49:43 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10912</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10912</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Aha. Thanks. Fixed in the upcomming 3.6 release.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 21 Oct 2009 03:16:33 +0300</pubDate>
        </item>
        <item>
        	<title>dpeterman on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10900</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10900</guid>
        	        	<description><![CDATA[<p>Ok, I found a solution but don&#39;t fully understand why the original code doesn&#39;t work.</p>
</p>
<p>I changed out line 1187 in grid.formedit.js&#160; on v3.5.2</p>
</p>
<p>from</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var postd = $.extend({oper:"del", id:postdata}, p.delData, onCS);</p>
<p>to</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var postd = $.extend({oper:"del", id:postdata}, rp_ge.delData, onCS);</p>
</p>
<p>and it works. After the modal dialog is presented "p" comes back with the old delData.</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 14:53:44 +0300</pubDate>
        </item>
        <item>
        	<title>dpeterman on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10899</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10899</guid>
        	        	<description><![CDATA[<p>cd_id is an autocomplete field in mysql and I did validate it before running the test. In the example the cd_code=1 has a cd_id=27 not 28</p>
<p>Also, the weird part to me is when I had the clickedSubmit turned on I was filling the exParam with the correct data but it wasn&#39;t being posted.</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 14:00:21 +0300</pubDate>
        </item>
        <item>
        	<title>markw65 on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10898</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10898</guid>
        	        	<description><![CDATA[<p>So a quick check suggests this is working. I&#39;ve also looked at the code, and it seems to do exactly the right thing...</p>
</p>
<p>One thought - are you sure your database didnt get corrupted by your earlier experiments?</p>
<p>ie is it possible that the cd_id and cd_table fields really are the same for those two records (even thought they should be different).</p>
</p>
<p>Mark</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 13:50:07 +0300</pubDate>
        </item>
        <item>
        	<title>dpeterman on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10897</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10897</guid>
        	        	<description><![CDATA[<p>Still doesn&#39;t work with the clickedSubmit function disabled. In fact, I didn&#39;t add the clickedSubmit until I had the problem.</p>
</p>
<p>Just to be clear. The delGridRow and editGridRow functions both won&#39;t update the hidden fields after the first submit.</p>
<p>So, delGridRow works the first time but never again until a page refresh.</p>
</p>
<p>The editGridRow works if you don&#39;t scroll off the current record.</p>
</p>
<p>Doug</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 13:38:23 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10896</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10896</guid>
        	        	<description><![CDATA[<p>IMHO, the problem is in clickedSubmit function, which can overwrite the posted values from the form. To test just disable this function.</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 13:21:42 +0300</pubDate>
        </item>
        <item>
        	<title>markw65 on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10893</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10893</guid>
        	        	<description><![CDATA[<p>Sounds like a bug...</p>
</p>
<p>I&#39;ve been assuming this is working for me, but havent tested this scenario beyond things looking about right. I may have the same problem in my grid - I&#39;ll have to test it.</p>
</p>
<p>Mark</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 12:52:47 +0300</pubDate>
        </item>
        <item>
        	<title>dpeterman on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10886</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10886</guid>
        	        	<description><![CDATA[<p>Mark,</p>
</p>
<p>Thanks that worked! The hidden fields are on the form. Unfortunately, the data posted to the server is incorrect. The posted data for the hidden fields is the first record displayed in the form. As you scroll those data elements aren&#39;t being updated. I&#39;m still in the same situation as I am with the delete function. The hidden elements can only be set once.</p>
</p>
<p>Firebug - net tab</p>
<p>Post header for first record</p>
<table class="netInfoPostTable " border="0" cellspacing="0" cellpadding="0">
<tbody class=" ">
<tr class=" ">
<td class="netInfoParamName ">cd_code</td>
<td class="netInfoParamValue "><code>2</code></td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">cd_description</td>
<td class="netInfoParamValue "></td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">cd_id</td>
<td class="netInfoParamValue "><code>28</code></td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">cd_table</td>
<td class="netInfoParamValue "><code>L1</code></td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">id</td>
<td class="netInfoParamValue "><code>5</code></td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">oper</td>
<td class="netInfoParamValue "><code>edit</code></td>
</tr>
</tbody>
</table>
<p>(cd_table and cd_id are hidden)</p>
</p>
<p>I scroll back to the previous record and hit submit and get</p>
<table class="netInfoPostTable " border="0" cellspacing="0" cellpadding="0">
<tbody class=" ">
<tr class=" ">
<td class="netInfoParamName ">cd_code</td>
<td class="netInfoParamValue "><code>1</code></td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">cd_description</td>
<td class="netInfoParamValue "></td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">cd_id</td>
<td class="netInfoParamValue "><code>28</code></td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">cd_table</td>
<td class="netInfoParamValue "><code>L1</code></td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">id</td>
<td class="netInfoParamValue "><code>4</code></td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">oper</td>
<td class="netInfoParamValue "><code>edit</code></td>
</tr>
</tbody>
</table>
<p>The code, description and your id are all correct but the 2 hidden fields reflect what was in the first record, specifically cd_id which is the primary key.</p>
</p>
<p>Doug</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 10:23:14 +0300</pubDate>
        </item>
        <item>
        	<title>markw65 on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10881</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10881</guid>
        	        	<description><![CDATA[<p>I think you want the fields to be editable:true, hidden:true, edithidden:false.</p>
</p>
<p>Mark</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 09:54:00 +0300</pubDate>
        </item>
        <item>
        	<title>dpeterman on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10880</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10880</guid>
        	        	<description><![CDATA[<p>Tony,</p>
</p>
<p>I pulled the code with firebug so it&#39;s not formatted very well. But, you&#39;ll see 4 fields with the 1st and 4th field marked as hidden. They do not sho up on the edit form.</p>
</p>
<p>I have an additional bug (sorry to list it here but it may be related). The first record I delete recieves the "exParams" that I add. The second time I delete without refreshing the screen the first data is sent, even though the exParams have been updated with the correct values.</p>
</p>
<p>I&#39;ve been to Sophia a few times, nice place. Can&#39;t speak the language but enjoy the Shopska salads.</p>
</p>
<p>&#160;$("#list9").jqGrid({<br />&#160;&#160;&#160;&#160; url:"/baserules/code/griddata?layout=internal&#38;cd_table=L1",<br />&#160;&#160;&#160;&#160; datatype: "xml",<br />&#160;&#160;&#160;&#160; type: "GET",<br />&#160;&#160;&#160;&#160; colNames:[ "ID", "Code", "Description", "table id"],<br />&#160;&#160;&#160;&#160; colModel :[<br />&#160;&#160;&#160;&#160; { name: "cd_id", index: "cd_id", width: "30", align:"left", hidden:true, editable: false, editrules:{edithidden:false} }, <br />&#160;&#160;&#160;&#160; { name: "cd_code", index: "cd_code", width: "120", align:"left", editable:true, editrules:{edithidden:true} }, <br />&#160;&#160;&#160;&#160; { name: "cd_description", index: "cd_description", width: "200", align:"left", editable:true, editrules:{edithidden:true} },<br />&#160;&#160;&#160;&#160; { name: "cd_table", index: "cd_table", width: "20", align:"left", hidden:true, editable: false, editrules:{edithidden:false}&#160;&#160;&#160;&#160;&#160;&#160; } ],<br />&#160;&#160;&#160;&#160; rowNum:-1,<br />&#160;&#160;&#160;&#160; imgpath: "/css/jqGrid-themes/basic/images",<br />&#160;&#160;&#160;&#160; pager: $("#list9pager"),<br />&#160;&#160;&#160;&#160; sortname: "%user%",<br />&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160; sortorder: "",<br />&#160;&#160;&#160;&#160; pginput: true,<br />&#160;&#160;&#160;&#160; editurl:"/baserules/code/savedata",<br />&#160;&#160;&#160;&#160; height:265<br />&#160;&#160;&#160;&#160; }).attr( "ts_savedata", "{ &#39;cd_table&#39;: &#39;L1&#39; }");</p>
<p>&#160;$("#list9add").click(function(){<br />&#160;&#160;&#160;&#160; sdata = $("#list9").attr("ts_savedata");<br />&#160;&#160;&#160;&#160; props = {};<br />&#160;&#160;&#160;&#160; //eval(sdata);<br />&#160;&#160;&#160;&#160; eval( &#39;x = &#39; + sdata);<br />&#160;&#160;&#160;&#160; // jqgrid needs editData set to return to host<br />&#160;&#160;&#160;&#160; props[&#39;editData&#39;] = x;<br />&#160;&#160;&#160;&#160; $("#list9").editGridRow( "new", props );<br />&#160;});</p>
<p>&#160;$("#list9edit").click(function(){<br />&#160;&#160;&#160; editRow( "#list9" );<br />&#160;});</p>
<p>&#160;$("#list9clicker").dblclick(function(){<br />&#160;&#160;&#160;&#160; editRow( "#list9" );<br />&#160;});</p>
<p>&#160;});</p>
<p>&#160;function upit( cellvalue, options, cellobject)<br />&#160;{<br />&#160;&#160;&#160;&#160; return cellvalue.toString().toUpperCase();<br />&#160;}</p>
<p>&#160;function deleteRow( gridId )<br />&#160;{<br />&#160;&#160;&#160;&#160; var gr = $(gridId).getGridParam("selrow");<br />&#160;&#160;&#160;&#160; if( gr != null ) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var data = $(gridId).getRowData( gr );<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; exData = {};<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var i = 0;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; for(var key in data)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (i == 0) exData[key] = data[key];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; break;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var ref = $("#delete").attr("href") + gr;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(gridId).delGridRow(gr,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {top: 200, left:300, width:320, height:120,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: "POST",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; msg:"Delete record?",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; processData: "Processing...",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; reloadAfterSubmit:true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; delData:exData<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; } );<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return true;<br />&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160; else {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; alert("Please select a row.");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return false;<br />&#160;&#160;&#160;&#160; }<br />&#160;}</p>
<p>&#160;function clickedSubmit( options, gridId )<br />&#160;{<br />&#160;&#160;&#160;&#160; exParam = {};<br />&#160;&#160;&#160;&#160; var gr = $(gridId).getGridParam("selrow");<br />&#160;&#160;&#160;&#160; if( gr != null ) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var data = $(gridId).getRowData( gr );<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var i = 0;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; for(var key in data)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (i == 0) exParam[key] = data[key];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; break;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160; return exParam;<br />&#160;}</p>
<p>&#160;function editRow( gridId )<br />&#160;{<br />&#160;&#160;&#160;&#160; var gr = $(gridId).getGridParam("selrow");<br />&#160;&#160;&#160;&#160; if( gr != null ) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var data = $(gridId).getRowData( gr );<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; exParam = {};<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var i = 0;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; for(var key in data)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (i == 0) exParam[key] = data[key];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; break;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(gridId).editGridRow( gr,{ editData: exParam,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onclickSubmit: function(options) { clickedSubmit( options, gridId ) }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; } );<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; return true;<br />&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; else {<br />&#160;&#160;&#160;&#160; alert("Please select a row.");<br />&#160;&#160;&#160;&#160; return false;<br />&#160;&#160;&#160; }<br />&#160;}</p>
<p>Doug</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 08:44:35 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10861</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10861</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Just tested your case. It works for me ok. In order to resolve I need a link to the problem or at leat the code with the data.</p>
<p>Thanks.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 20 Oct 2009 02:52:40 +0300</pubDate>
        </item>
        <item>
        	<title>dpeterman on Hidden fields not posted during editGridRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10850</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/hidden-fields-not-posted-during-editgridrow#p10850</guid>
        	        	<description><![CDATA[<p>I have 4 fields defined in the grid with only 2 of the field displayed (works great). When I edit the row in the Form it works fine as I find the hidden id field and add it to the poste data. My problem is when you move to another record within the Form. I can no longer determine the true record ID.</p>
</p>
<p>I&#39;ve looked at the createData routine and it DOES NOT add the hidden fields into the form unless they are Editable. The documentation says they will be sent but they aren&#39;t. I looked at v 3.6 and it has some new feature of looking for the name to not equal &#39;nm&#39; (dont&#39; know why yet).</p>
</p>
<p>I can disable the ability to move to another record while in the form but it&#39;s a nice feature that would be very helpful.</p>
</p>
<p>Doug</p>
]]></description>
        	        	<pubDate>Mon, 19 Oct 2009 23:22:54 +0300</pubDate>
        </item>
</channel>
</rss>