<?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: Delete function problems</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/delete-function-problems</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/delete-function-problems/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Delete function problems</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/delete-function-problems#p12772</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/delete-function-problems#p12772</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It seems like you do not have set wich row should act as id.</p>
<p>In order to resolve:</p>
<p>set in colModel</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7127' value='Select Code' data-codeid='sfcode7127' /></p>
<div class='sfcode' id='sfcode7127'>
<p>{name:&#39;code&#39; .... key:true...}</p>
</div>
<p>This will cause jqGrid to set as id the value of code, then you can grab id value which is the code value.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 05 Dec 2009 15:34:31 +0200</pubDate>
        </item>
        <item>
        	<title>Savio on Delete function problems</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/delete-function-problems#p12749</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/delete-function-problems#p12749</guid>
        	        	<description><![CDATA[<p>HI! I have a problem, had searched in doc but didn&#39;t found....</p>
</p>
<ul>
<li>I have these fields in grid: "code, name, qtd, status".</li>
<li>After select a row, i click in the delete button and submit the command... then i created a script (php) to write a file with all POST and GET params sent....</li>
<li>The file has a "print_r" that show the jqGrid just send the vars "oper" that can be del, add and edit AND the var ID! But this ID var isn&#39;t the code value field... it is just the grid row number....</li>
<li>I need to recieve by the Delete the CODE of selected field...</li>
</ul>
<p>I tried to send by setting the "editurl" option, but it isn&#39;t works, cause i can&#39;t set editurl after the grid is completed load.</p>
<p>Please, help me by the solution with how can i send my code field in the del command.</p>
</p>
<p>Regards, S&#225;vio.</p>
]]></description>
        	        	<pubDate>Fri, 04 Dec 2009 15:02:36 +0200</pubDate>
        </item>
</channel>
</rss>