<?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: ajaxGridOptions for Post and Get</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/ajaxgridoptions-for-post-and-get</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/ajaxgridoptions-for-post-and-get/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>querying grid on ajaxGridOptions for Post and Get</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ajaxgridoptions-for-post-and-get#p12063</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ajaxgridoptions-for-post-and-get#p12063</guid>
        	        	<description><![CDATA[<p>I want different ajax options to be applied to GET and POST requests from a jqgrid.&#160;</p>
<p>Can ajaxGridOptions be used to do this?</p>
<p>example:</p>
<p>jQuery(&#8221;#tester&#8221;).jqGrid({</p>
<p>....FOR POSTing</p>
<p>&#160;&#160; &#160;ajaxGridOptions : {type: &#39;POST&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; success: function() {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;alert(&#8221;Post Options!&#8221;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},</p>
</p>
<p>...FOR GETting</p>
<p>&#160; ajaxGridOptions : {type: &#39;GET&#39;,<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; success: function() {<br /> &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;alert(&#8221;Get Options &#8221;);<br /> &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br /> &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},</p>
]]></description>
        	        	<pubDate>Tue, 17 Nov 2009 05:25:47 +0200</pubDate>
        </item>
</channel>
</rss>