<?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: Support multi PrimaryKey in grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/support-multi-primarykey-in-grid</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/support-multi-primarykey-in-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>rodk on Support multi PrimaryKey in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/support-multi-primarykey-in-grid#p16400</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/support-multi-primarykey-in-grid#p16400</guid>
        	        	<description><![CDATA[<p>ddotsenko, I think the OP meant multi-column PKs, not multiple PKs as he stated (I could be wrong).&#160;</p>
]]></description>
        	        	<pubDate>Wed, 14 Apr 2010 16:39:42 +0300</pubDate>
        </item>
        <item>
        	<title>ddotsenko on Support multi PrimaryKey in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/support-multi-primarykey-in-grid#p16393</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/support-multi-primarykey-in-grid#p16393</guid>
        	        	<description><![CDATA[<p>A DBA (or at least I) would have an issue with referring to data combination by multiple PKs.</p>
<p>A proper solution could be to inject unique ID for each data row and operate on that. In cases of working on "database views" or other results of joins, no one can rely all the time on a combination of IDs to be unique because various join conditions can duplicate the records like there is not tomorrow and filters may obscure that.</p>
<p>I suggest that server (SQL server, or web app code) keeps the mapping of columns-data-combination-to-unique-id in ORM (object relational mapper) or on DB. jqGrid (in my tests) supports GUIDs (UUIDs) as row IDs quite fine. Every time I feed a "view" each row has a GUID assigned to it by the server. When "edit" "delete" comes back to it, it knows exactly what data combination (row in a view) this refers to.</p></p>
]]></description>
        	        	<pubDate>Wed, 14 Apr 2010 02:04:50 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Support multi PrimaryKey in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/support-multi-primarykey-in-grid#p14456</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/support-multi-primarykey-in-grid#p14456</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You can post any other value when a row is deleted. By example you can use onclickSubmit event which should return object</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7775' value='Select Code' data-codeid='sfcode7775' /></p>
<div class='sfcode' id='sfcode7775'>
<p>onclickSubmit : function(postdata) {</p>
<p>// do somthing hrere</p>
<p>return {anotherid: value1,....}</p>
<p>}</p>
</div>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 10:26:00 +0200</pubDate>
        </item>
        <item>
        	<title>irangame on Support multi PrimaryKey in grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/support-multi-primarykey-in-grid#p14392</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/support-multi-primarykey-in-grid#p14392</guid>
        	        	<description><![CDATA[<p>Hi all,</p>
<p>I think that we need to support multi PrimaryKey in jqGrid, for example (data_id, user_id).</p>
<p>when I calll Navigator&#39;s Delete button, grid send only row id to server for deletting.</p>
<p>Do you have any idea about that?</p>
]]></description>
        	        	<pubDate>Fri, 29 Jan 2010 10:42:10 +0200</pubDate>
        </item>
</channel>
</rss>