<?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: Post all data jqgrid not form dialog from (inline editing)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/post-all-data-jqgrid-not-form-dialog-from-inline-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/post-all-data-jqgrid-not-form-dialog-from-inline-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Post all data jqgrid not form dialog from (inline editing)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/post-all-data-jqgrid-not-form-dialog-from-inline-editing#p15739</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/post-all-data-jqgrid-not-form-dialog-from-inline-editing#p15739</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p><strong>var gr = jQuery("#htmlTable2&#8243;).jqGrid(&#39;getGridParam&#39;,&#39;sellarrow&#39;);</strong></p>
</p>
<p>will return the selected rows when you are in multiselect mode.</p>
<p>You can use getRowData without parameter to get all the data rows from the grid and then convert this array</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ki:methods</a></p>
<p>in a way which can be posted to the server</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Mon, 15 Mar 2010 21:50:43 +0200</pubDate>
        </item>
        <item>
        	<title>shva on Post all data jqgrid not form dialog from (inline editing)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/post-all-data-jqgrid-not-form-dialog-from-inline-editing#p15679</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/post-all-data-jqgrid-not-form-dialog-from-inline-editing#p15679</guid>
        	        	<description><![CDATA[<p>Maybe the title my posting make confuse, I mean is <em>Post all data jqgrid not from dialog form</em></p>
]]></description>
        	        	<pubDate>Sun, 14 Mar 2010 12:11:37 +0200</pubDate>
        </item>
        <item>
        	<title>shva on Post all data jqgrid not form dialog from (inline editing)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/post-all-data-jqgrid-not-form-dialog-from-inline-editing#p15677</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/post-all-data-jqgrid-not-form-dialog-from-inline-editing#p15677</guid>
        	        	<description><![CDATA[<p>I try this :</p>
<p>jQuery(&#39;#button1&#39;).click(function(){<br />&#160;&#160; &#160;&#160;&#160; &#160;//var mygrid = jQuery(&#39;#htmlTable2&#39;)[0];<br />&#160;&#160; &#160;&#160;&#160; &#160;//alert(mygrid.lokasi);<br />&#160;&#160; &#160;&#160;&#160; &#160;//var ret = jQuery("#htmlTable2").jqGrid(&#39;getRowData&#39;,mygrid); <br />&#160;&#160; &#160;&#160;&#160; &#160;//alert(YAHOO.lang.dump(jQuery("#htmlTable2").jqGrid(&#39;getCell&#39;,&#39;#htmlTable2&#39;,&#39;lokasi&#39;)));<br />&#160;&#160; &#160;&#160;&#160; &#160;//var a =&#160; jQuery(&#39;#htmlTable2&#39;).getPostData();<br />&#160;&#160; &#160;&#160;&#160; &#160;//var a = jQuery(&#39;#htmlTable2&#39;).getPostDataItem(lokasi);<br />&#160;&#160; &#160;&#160;&#160; &#160;//alert(YAHOO.lang.dump(a));<br />&#160;&#160; &#160;&#160;&#160; &#160;<strong>var gr = jQuery("#htmlTable2").jqGrid(&#39;getGridParam&#39;,&#39;sellarrow&#39;);</strong><br />&#160;&#160; &#160;&#160;&#160; &#160;<br /><strong>&#160;&#160; &#160;&#160;&#160; &#160;$.post("test.php",&#160; gr,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;function(data){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;alert("Data Loaded: " + data);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;);</strong></p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;//alert(YAHOO.lang.dump(ret));<br />&#160;&#160; &#160;});</p>
</p>
<p>then on test.php I try print_r($_REQUEST), no data is send to server ???</p></p>
]]></description>
        	        	<pubDate>Sun, 14 Mar 2010 04:18:35 +0200</pubDate>
        </item>
        <item>
        	<title>shva on Post all data jqgrid not form dialog from (inline editing)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/post-all-data-jqgrid-not-form-dialog-from-inline-editing#p15676</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/post-all-data-jqgrid-not-form-dialog-from-inline-editing#p15676</guid>
        	        	<description><![CDATA[<p>Hai..</p>
<p>I want to submit all data in jgqrid from my define button, not from dialog form jqgrid.</p>
<p>So, when user add/update/delete data to jqgrid it only change on jqgrid, but when user click submit button, all data on jqgrid is send to server.</p>
<p>It&#39;s possible ? Please help me, I&#39;m confuse... I have spending my time for this problems..</p>
</p>
<p>Thanks very much</p>
]]></description>
        	        	<pubDate>Sun, 14 Mar 2010 04:04:53 +0200</pubDate>
        </item>
</channel>
</rss>