<?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: Additional POST variables when deleting a row</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/additional-post-variables-when-deleting-a-row</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/additional-post-variables-when-deleting-a-row/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Additional POST variables when deleting a row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/additional-post-variables-when-deleting-a-row#p16113</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/additional-post-variables-when-deleting-a-row#p16113</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>use the onclickSubmit event. The event should return object which then will pe added to the posted data</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#delgridrow" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....delgridrow</a></p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 31 Mar 2010 19:47:50 +0300</pubDate>
        </item>
        <item>
        	<title>thinksmart on Additional POST variables when deleting a row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/additional-post-variables-when-deleting-a-row#p16010</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/additional-post-variables-when-deleting-a-row#p16010</guid>
        	        	<description><![CDATA[<p>up</p>
]]></description>
        	        	<pubDate>Sun, 28 Mar 2010 17:39:14 +0300</pubDate>
        </item>
        <item>
        	<title>thinksmart on Additional POST variables when deleting a row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/additional-post-variables-when-deleting-a-row#p15976</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/additional-post-variables-when-deleting-a-row#p15976</guid>
        	        	<description><![CDATA[<p>I want to delete a row in the grid, but the grid always post&#39;s only the id and oper, I also want to post additional data like rowID. The funny thing is that for editing a row the POST variables like rowID, idAsigurator,persoana, cilindree are present. For deleting a row only the id and oper variables are present.</p>
</p>
<p>My jqgrid is something like :</p>
</p>
<blockquote>
<pre>jQuery("#editgrid").jqGrid({<br /><br /> url:&#39;autoXML.php&#39;,datatype: "xml",<br /><br />colNames:[&#39;RowID&#39;,&#39;Asigurator&#39;,&#39;Cilindree&#39;,&#39;Persoana&#39;, &#39;Perioada&#39;, &#39;Pret&#39;],<br /><br /> colModel:[  {name:&#39;rowID&#39;,index:&#39;rowID&#39;, width:60, editable:true},<br /><br /> {name:&#39;idAsigurator&#39;,index:&#39;idAsigurator&#39;, width:100, editable:true,editoptions:{size:20}},<br /><br /> {name:&#39;cilindree&#39;,index:&#39;cilindree&#39;, width:90, editable:true,editoptions:{size:20}},<br /><br /> {name:&#39;persoana&#39;,index:&#39;persoana&#39;, width:300,editable:true,edittype:"select"},<br /><br /> {name:&#39;perioada&#39;,index:&#39;perioada&#39;, width:120, align:"right",edittype:"select",editable:true},<br /><br /> {name:&#39;pret&#39;,index:&#39;pret&#39;, width:80, align:"right",editable:true,editoptions:{size:20}} <br /><br />    ],<br /><br /> width:900, height:600, pager: &#39;#pagered&#39;, sortname: &#39;rowID&#39;, viewrecords: true, <br /><br />sortorder: "desc", caption:"Autoturisme",  editurl:"autoPOST.php"<br /><br />&#160;});<br /><br />jQuery("#editgrid").jqGrid(&#39;navGrid&#39;,"#pagered",{edit:true,add:true,del:true});<br /><br /><br />The xml file looks like this : <br /><br /><br /></pre>
<pre class="prettyprint"><p><input type='button' class='sfcodeselect' name='sfselectit9954' value='Select Code' data-codeid='sfcode9954' /></p><div class='sfcode' id='sfcode9954'>&#60;rows&#62;<br />&#60;page&#62;1&#60;/page&#62;<br />&#60;total&#62;1&#60;/total&#62;<br />&#60;records&#62;5&#60;/records&#62;<br /><br /><br />&#60;row&#62;<br />&#60;cell&#62;1&#60;/cell&#62;<br />&#60;cell&#62;1&#60;/cell&#62;<br />&#60;cell&#62;1401-1600 cmc&#60;/cell&#62;<br />&#60;cell&#62;Pensionar&#60;/cell&#62;<br />&#60;cell&#62;12 luni&#60;/cell&#62;<br />&#60;cell&#62;155&#60;/cell&#62;<br />&#60;/row&#62;<br /><br /><br />&#60;row&#62;<br />&#60;cell&#62;2&#60;/cell&#62;<br />&#60;cell&#62;1&#60;/cell&#62;<br />&#60;cell&#62;1401-1600 cmc&#60;/cell&#62;<br />&#60;cell&#62;Pensionar&#60;/cell&#62;<br />&#60;cell&#62;12 luni&#60;/cell&#62;<br />&#60;cell&#62;200&#60;/cell&#62;<br />&#60;/row&#62;<br /><br /><br />&#60;row&#62;<br />&#60;cell&#62;3&#60;/cell&#62;<br />&#60;cell&#62;1&#60;/cell&#62;<br />&#60;cell&#62;1401-1600 cmc&#60;/cell&#62;<br />&#60;cell&#62;Pensionar&#60;/cell&#62;<br />&#60;cell&#62;12 luni&#60;/cell&#62;<br />&#60;cell&#62;300&#60;/cell&#62;<br />&#60;/row&#62;<br /><br /><br />&#60;row&#62;<br />&#60;cell&#62;4&#60;/cell&#62;<br />&#60;cell&#62;1&#60;/cell&#62;<br />&#60;cell&#62;1401-1600 cmc&#60;/cell&#62;<br />&#60;cell&#62;Pensionar&#60;/cell&#62;<br />&#60;cell&#62;12 luni&#60;/cell&#62;<br />&#60;cell&#62;400&#60;/cell&#62;<br />&#60;/row&#62;<br /><br /><br />&#60;row&#62;<br />&#60;cell&#62;11&#60;/cell&#62;<br />&#60;cell&#62;1&#60;/cell&#62;<br />&#60;cell&#62;1401-1600 cmc&#60;/cell&#62;<br />&#60;cell&#62;Pensionar&#60;/cell&#62;<br />&#60;cell&#62;12 luni&#60;/cell&#62;<br />&#60;cell&#62;500&#60;/cell&#62;<br />&#60;/row&#62;<br />&#60;/rows&#62;<br /><br /><br /></div></pre>
<p>Can someone please help me on this problem ...</p>
<p>Thanks
</p>
</blockquote>
]]></description>
        	        	<pubDate>Fri, 26 Mar 2010 09:10:37 +0200</pubDate>
        </item>
</channel>
</rss>