<?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: how to edit multiple selected rows after submitting?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-edit-multiple-selected-rows-after-submitting</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/how-to-edit-multiple-selected-rows-after-submitting/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Sveta_mint on how to edit multiple selected rows after submitting?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-edit-multiple-selected-rows-after-submitting#p30258</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-edit-multiple-selected-rows-after-submitting#p30258</guid>
        	        	<description><![CDATA[<p>Hello. Can someone help me? I want to delete, add and edit from the grid at the same time some rows, i.e. what are marked with the help of checkboxes. I assume that it is necessary to use multiselect.</p>
<p>But how I can receive parameters of the selected rows, after submiting in the edit/delete form when a post request is sent for the server? Is necessary something like this:</p>
</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit7357' value='Select Code' data-codeid='sfcode7357' /></p><div class='sfcode' id='sfcode7357'>$massiv = $_POST["json"]; 
$decmassiv = json_decode($massiv, true); 
$count = count($decmassiv);

    for ($x=0; $x &#60; $count; $x++){ 
$new = $decmassiv ;  
$id = $new [&#39;id&#39;]; 
$name = $new [&#39;name&#39;];  
$email = $new[&#39;email&#39;];  
} 
mysql_query("UPDATE user SET name = ".$name.", email = ".$email." WHERE id = ".$id);</div></pre>
]]></description>
        	        	<pubDate>Tue, 18 Feb 2014 16:27:14 +0200</pubDate>
        </item>
</channel>
</rss>