<?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: Edit more than one row at a time</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/edit-more-than-one-row-at-a-time</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/edit-more-than-one-row-at-a-time/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>carloscurotto on Edit more than one row at a time</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/edit-more-than-one-row-at-a-time#p18403</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/edit-more-than-one-row-at-a-time#p18403</guid>
        	        	<description><![CDATA[<p>Hi everyone,</p>
<p>I am testing jqgrid to use it in a project. &#160;The problema i have to resolve is this one:</p>
</p>
<p>I have a table with a couple of columns, say: client, amount, tax. &#160;What i want to do is to allow the user to select more than one row, then when he goes to the edit dialog, it will appear all the editable fields, the user will do the chanes and will submit, i need to when he submits, to change the value he enteres in any field, say, client, to all the rows selected. &#160;Let me show you an example:</p>
</p>
<p>client, amount, tax</p>
<p>carlos, 1, 1</p>
<p>juan, 2, 2</p>
<p>pedro, 3, 3</p>
</p>
<p>suppose the unique editable field is client, then in the edit page he will see:</p>
</p>
<p>client: &#160;aaaa</p>
<p>submit</p>
</p>
<p>when he submits i want to have this as the result:</p>
</p>
<p>client, amount, tax</p>
<p>aaa, 1, 1</p>
<p>aaa, 2, 2</p>
<p>aaa, 3, 3</p>
</p>
<p>suppose the three rows were selected.</p>
</p>
<p>Is it possible to do this? &#160;How?</p>
</p>
<p>Thanks in advance,</p>
<p>Carlos.</p>
]]></description>
        	        	<pubDate>Tue, 06 Jul 2010 03:53:02 +0300</pubDate>
        </item>
</channel>
</rss>