<?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: retrieving data with multiselect</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/retrieving-data-with-multiselect</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/retrieving-data-with-multiselect/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>missa on retrieving data with multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/retrieving-data-with-multiselect#p5441</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/retrieving-data-with-multiselect#p5441</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>Yhank you for your answer! I find why "getGridParam" doesn&#39;t work!</p>
<p>In my php when i create my json, I have an error, I don&#39;t know why whith my key!!!</p>
<p>while($row = mysql_fetch_array($result,MYSQL_ASSOC)) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;<strong> </strong>$responce-&#62;rows[$i]<span style="color: #0000ff;"><span style="text-decoration: underline;"><strong>[&#39;id&#39;]</strong></span></span>=array($row[&#39;num_factur&#39;]); <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $responce-&#62;rows[$i][&#39;cell&#39;]=array(..); <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $i++;<br />&#160;&#160;&#160; &#160;&#160;&#160; }</p>
<p>Before, I replace id by rowid and I my programm nothing work!! And now, all work!</p>
<p>thank you for all!!</p>
<p>Regards,</p>
<p>Aurore</p></p>
]]></description>
        	        	<pubDate>Thu, 19 Mar 2009 08:55:56 +0200</pubDate>
        </item>
        <item>
        	<title>tony on retrieving data with multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/retrieving-data-with-multiselect#p5426</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/retrieving-data-with-multiselect#p5426</guid>
        	        	<description><![CDATA[<p>HEllo,</p>
<p>myrows = $("#mygrid").getGridParam(&#39;selarrrow&#39;);</p>
<p>for(var i = 0;i&#60;myrows.length;i++){</p>
<p>currrowdata = $("#mygrid").getRowData(myrows[i]);</p>
<p>&#160;should I finish the rest ?</p>
<p>....</p>
]]></description>
        	        	<pubDate>Thu, 19 Mar 2009 05:21:21 +0200</pubDate>
        </item>
        <item>
        	<title>missa on retrieving data with multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/retrieving-data-with-multiselect#p5413</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/retrieving-data-with-multiselect#p5413</guid>
        	        	<description><![CDATA[<p>Sorry, but I rephrase my question?!</p>
<p>when we use<span style="color: #3366ff;"><strong> " jQuery("#client").getGridParam(&#39;selarrrow&#39;)"</strong></span> normally It returns an array with the selected rows.The values in array are the<span style="text-decoration: underline;"><span style="color: #3366ff;"><strong> id&#39;s of the selected rows</strong></span></span></p>
<p>the rowid of my grid is defined as below:</p>
<p>rows[$i]&#39;rowid&#39;]=array($row[&#39;num_factur&#39;],$row[&#39;cod_etafac&#39;],$row[&#39;cod_typfac&#39;],$row[&#39;dat_annee&#39;])</p>
<p>Why the result of my request is the row num&#160; and not the complete rowid as describe before?!</p>
<p>thank you for your help!!</p>
<p>Aurore</p>
]]></description>
        	        	<pubDate>Wed, 18 Mar 2009 09:04:06 +0200</pubDate>
        </item>
        <item>
        	<title>missa on retrieving data with multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/retrieving-data-with-multiselect#p5412</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/retrieving-data-with-multiselect#p5412</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>How can I Retrive data from different row which are selected by multiselect?</p>
<p>For example, with an "alert", how can I visualize row data! and not only the rowid of the row!!!</p>
<p>Thank you for your help!</p>
<p>Aurore</p>
]]></description>
        	        	<pubDate>Wed, 18 Mar 2009 08:09:50 +0200</pubDate>
        </item>
</channel>
</rss>