<?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 all rows for a specific column(s)?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/edit-all-rows-for-a-specific-columns</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-all-rows-for-a-specific-columns/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Edit all rows for a specific column(s)?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/edit-all-rows-for-a-specific-columns#p29663</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/edit-all-rows-for-a-specific-columns#p29663</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Unfortunatley this is not build in.</p>
<p>You must write a custom code to do this.</p>
<p>Here is the scenario.</p>
<p>Make the field (column) editable describing it in colModel.</p>
<p>On click a button</p>
<p>1. Get the all ids in the current loaded data using <strong>getDataIDs</strong> method.</p>
<p>2. Loot throught the array and use inline <strong>editRow</strong> with the id of the row.</p>
<p>3. The user will enter the value and then pressing enter will save the row.</p>
</p>
<p>Kind Regards</p></p>
]]></description>
        	        	<pubDate>Mon, 14 Oct 2013 16:01:42 +0300</pubDate>
        </item>
        <item>
        	<title>SammyD on Edit all rows for a specific column(s)?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/edit-all-rows-for-a-specific-columns#p29653</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/edit-all-rows-for-a-specific-columns#p29653</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have a relatively small grid (20 or so rows).</p>
<p>What I want to do, is click a button, and enter "edit" mode. However, rather than editing on a row by row basis, I would like to edit all the values for a column (basically turn the entire column into a column of &#60;input type=text&#62; tags). This would allow the user to change all the values, individually, for each row, in a quick manner.</p>
</p>
<p>Is something like this possible?</p>
<p>Here is the possible scenario. The column allows the user to enter 1-5, to rate each row. Rather than having to edit each row, one at a time (and click save for each row), they could enter edit mode, and then the "Rate" column would turn into textboxes. Then, the user can just go down each row, enter a value (which may be different for each row), in each textbox, and click save.</p>
]]></description>
        	        	<pubDate>Sun, 13 Oct 2013 22:40:34 +0300</pubDate>
        </item>
</channel>
</rss>