<?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: SaveRow ID: make it changeable!</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/saverow-id-make-it-changeable</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/feature-request/saverow-id-make-it-changeable/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on SaveRow ID: make it changeable!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/saverow-id-make-it-changeable#p1832</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/saverow-id-make-it-changeable#p1832</guid>
        	        	<description><![CDATA[<p>Thank you for this. It have sense, but require a very carefully</p>
<p>investigation. We should change all the modules in appropriate way</p>
<p>Reagrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 01 Sep 2008 03:56:52 +0300</pubDate>
        </item>
        <item>
        	<title>Creativebyte on SaveRow ID: make it changeable!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/saverow-id-make-it-changeable#p1822</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/saverow-id-make-it-changeable#p1822</guid>
        	        	<description><![CDATA[<p>Hi tony,</p>
<p>It took me a while to find out why my "id" field was not transmitted to the server when saving: it&#39;s because you insert the rowid into the same key!</p>
<p>Since I use a lot of "id" fields (but only a few of them are editable, that&#39;s why I found this so late) I would like you to change the key of the jqGrid inserted rowid.</p>
<p>Best option would be to make this configurable in the table options, so that existing scripts can use the existing "id" solution further and that developers who want to change this can do it very easily.</p>
<p>I did the changes in my local code already:</p>
<p>inlineedit.js, line 125, change to:<br /> tmp[$t.p.rowidkey]&#160;&#160; (I use "rowidkey" as configuration parameter, maybe you liek it and use it also)</p>
<p>base.js (anywhere in the default options, I inserted it as last):<br /> rowidkey: &#39;id&#39;&#160; (with this existing scripts are not broken)</p>
<p>Would be great if you could include this in the next release.</p>
<p>Bye,<br />Creativebyte</p>
]]></description>
        	        	<pubDate>Sun, 31 Aug 2008 15:00:26 +0300</pubDate>
        </item>
</channel>
</rss>