<?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: Returning Record ID to Server</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/returning-record-id-to-server</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/returning-record-id-to-server/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Barry on Returning Record ID to Server</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/returning-record-id-to-server#p3028</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/returning-record-id-to-server#p3028</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>Thanks! I think the names are not as intuitive as they could be. But it does do what is required. I didn&#39;t want to show the ID column in either the grid or edit form so I added hidden:true. It works fine!</p>
<p>Thanks for taking the time... I&#39;m just starting to look at jqgrid, but I do like it plenty.</p>
<p>Thanks Again!</p>
<p>Barry</p>
]]></description>
        	        	<pubDate>Tue, 11 Nov 2008 12:00:03 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Returning Record ID to Server</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/returning-record-id-to-server#p3027</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/returning-record-id-to-server#p3027</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I see editable:false - when set this way this field will be not in the formedit.</p>
<p>Also to work set them to editable.</p>
<p>The readonly attribute guarantee that this can not be changed from</p>
<p>the user</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 11 Nov 2008 11:13:59 +0200</pubDate>
        </item>
        <item>
        	<title>YamilBracho on Returning Record ID to Server</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/returning-record-id-to-server#p3015</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/returning-record-id-to-server#p3015</guid>
        	        	<description><![CDATA[<p>I think you can use the setPostData()&#160; method of the jqgrid object.</p>
<p>Check the PostData sample in the samples page (New in version 3.1)</p>
]]></description>
        	        	<pubDate>Tue, 11 Nov 2008 07:38:07 +0200</pubDate>
        </item>
        <item>
        	<title>Barry on Returning Record ID to Server</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/returning-record-id-to-server#p3007</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/returning-record-id-to-server#p3007</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m working with the NavGrid Demo on my own data.</p>
<p>The primary key of my table is named "player_id".</p>
<p>I have the colModel like this:</p>
<p>colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;player_id&#39;,index:&#39;player_id&#39;, width:55, key:true, editable:false,editoptions:{readonly:true,size:10}},</p>
<p>With edits and deletes a parameter id gets returned. If Key:true then id=selected player_id. If I omit "key:true" then id=actual grid row id.</p>
<p>In my rigid world I need to send back "player_id" not "id".</p>
<p>I have searched this forum, Google, and the docs. I understand what I need to do is to use an event OnClickSubmit(). I also saw a few places wher Tony said to read the docs. I read the docs, but I guess I am not smart enough to understand how to hook the code together.</p>
<p>Suggestions please! Thanks</p>
]]></description>
        	        	<pubDate>Mon, 10 Nov 2008 17:39:01 +0200</pubDate>
        </item>
</channel>
</rss>