<?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: Multiselect, get the selected rows by value,not by id</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-get-the-selected-rows-by-valuenot-by-id</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/multiselect-get-the-selected-rows-by-valuenot-by-id/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>johannesynt on Multiselect, get the selected rows by value,not by id</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-get-the-selected-rows-by-valuenot-by-id#p26598</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiselect-get-the-selected-rows-by-valuenot-by-id#p26598</guid>
        	        	<description><![CDATA[<p>thanks</p>
]]></description>
        	        	<pubDate>Mon, 14 May 2012 19:29:07 +0300</pubDate>
        </item>
        <item>
        	<title>brandonkirsch on Multiselect, get the selected rows by value,not by id</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-get-the-selected-rows-by-valuenot-by-id#p26542</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiselect-get-the-selected-rows-by-valuenot-by-id#p26542</guid>
        	        	<description><![CDATA[<p>Have you tried $.jqGrid(&#39;getRowData&#39;, rowID)? &#160;That is supposed to return all of the values for any row by its ID. &#160;You could call it in a loop (once for each row that is selected) to retrieve the rest of the row data.</p>
</p>
<p>However, a problem I am currently struggling with happens when Inline Editing or Form Editing has been enabled &#8212; instead of getting back the values that you want, you get back strings of HTML for all of the inputs that the grid has built.</p>
]]></description>
        	        	<pubDate>Wed, 09 May 2012 16:11:29 +0300</pubDate>
        </item>
        <item>
        	<title>johannesynt on Multiselect, get the selected rows by value,not by id</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-get-the-selected-rows-by-valuenot-by-id#p26487</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiselect-get-the-selected-rows-by-valuenot-by-id#p26487</guid>
        	        	<description><![CDATA[<p>When I set MULTISELECT:TRUE, I can select some rows.</p>
<p>If I want obtain the selected rows, I can write:</p>
<p>$my_array=$("#jqgrd_id").getGridParam(?selarrrow&#39;);</p>
<p>which will return an array with the ID of the selected rows.</p>
<pre>My problem is: <br />I want to save in the array others value, NOT the id&#39;s. For example, here:<br /><br /><a rel="nofollow" href="http://www.secondpersonplural.ca/jqgriddocs/_2eb0fb79d.htm" target="_blank">http://www.secondpersonplural......0fb79d.htm</a><br /><br />can I save in the array THE AMOUNT of the selected rows, <br />my_array=[600.00 , 200.00]..?? thanks</pre>
]]></description>
        	        	<pubDate>Sat, 28 Apr 2012 18:29:02 +0300</pubDate>
        </item>
</channel>
</rss>