<?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: Multi-row Editing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multi-row-editing</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/multi-row-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Multi-row Editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multi-row-editing#p30695</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multi-row-editing#p30695</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You post this in the right place.</p>
<p>Yes I think this is possible.<br />
basically you can get the selected ids while in form edit and post them in the server.<br />
To get the selected ids you will need to use getGridParam with selarrrow parameter</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5262' value='Select Code' data-codeid='sfcode5262' /></p>
<div class='sfcode' id='sfcode5262'>selected = jQuery(&#34;#grid&#34;).jqGrid('getGridParam', 'selarrrow');</div>
<p>In some of the <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#editgridrow" target="_blank">editform edit events</a> you can format these ids ind post them into the server to perform update.</p>
<p>You can use serializeEditData event for this purpose.</p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Thu, 29 May 2014 13:51:22 +0300</pubDate>
        </item>
        <item>
        	<title>jroumani on Multi-row Editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multi-row-editing#p30678</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multi-row-editing#p30678</guid>
        	        	<description><![CDATA[<p>Hi - I am not sure I am posting this in the right section. I have successfully implemented a jqGrid that allows the user to edit certain values, one row at a time. For instance in a column called 'Assigned to' the user can select one of three names (Joe, Bob, Sue) and then it saves directly to the database after that and reloads the grid so the user can see their changes immediately.</p>
<p>I know via implementing the multiselect feature the user can select multiple rows. What I am looking to do if possible is enable multiselect then have the user's edits done via the edit form apply to all the selected rows. So in my above example I could select 5 rows, open the edit form, and set Assigned To = Sue instead of having to edit each of the rows individually. My idea would be the edit form would still open/submit as normal, but instead of passing one row ID to the server, it would pass a set of IDs. Is this possible? If so, does anyone have any examples of this working?</p>
<p>Thanks in advance!Â </p>
]]></description>
        	        	<pubDate>Sat, 24 May 2014 01:48:40 +0300</pubDate>
        </item>
</channel>
</rss>