<?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: setGridParam not recognized</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized</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/setgridparam-not-recognized/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ImMoog on setGridParam not recognized</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized#p8317</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized#p8317</guid>
        	        	<description><![CDATA[<p>Dear tony,</p>
<p>i tried to change the name of the mtype option without success.</p>
</p>
<p>I started a new page and did the exact same grid as before and this time... it worked !</p>
</p>
<p>I have absolutely no clues of what was the problem... but everything works like a charm now.</p>
</p>
<p>Thanks a lot for your dedication &#38; your hard work.</p>
<p>Regards,</p>
<p>M.</p>
]]></description>
        	        	<pubDate>Thu, 06 Aug 2009 11:08:50 +0300</pubDate>
        </item>
        <item>
        	<title>tony on setGridParam not recognized</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized#p8312</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized#p8312</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>mType: &#39;POST&#39;,</p>
<p>should be</p>
<p><strong>mtype: &#39;POST&#39;,</strong></p></p>
]]></description>
        	        	<pubDate>Thu, 06 Aug 2009 11:00:35 +0300</pubDate>
        </item>
        <item>
        	<title>ImMoog on setGridParam not recognized</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized#p8307</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized#p8307</guid>
        	        	<description><![CDATA[<p>Hello tony, thanks for the input.</p>
</p>
<p>f &#38; q are text variables that contains the values i want to send.</p>
</p>
<p>Btw i&#39;ve updated my jqgrid.js and included all the module (im still in a test environnement so its not a problem) and know, I dont get the error anymore but nothing is posted.</p>
</p>
<p>Heres the complete code :</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; $("#list").jqGrid({<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;/Json/ShowjqGrid/&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; mType: &#39;POST&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Id&#39;, &#39;&#39;, &#39;Date&#39;, &#39;Title&#39;, &#39;DocType&#39;, &#39;BusinessFocus&#39;, &#39;GeographicScope&#39;, &#39;Info&#39;, &#39;Edit&#39;, &#39;Remove&#39;],<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;id&#39;, index: &#39;id&#39;, width: 55, resizable: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;&#39;, index: &#39;link&#39;, width: 20, resizable: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;date&#39;, index: &#39;date&#39;, width: 100, resizable: true, sortable: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;title&#39;, index: &#39;title&#39;, width: 160, resizable: true, sortable: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;doctype&#39;, index: &#39;doctype&#39;, width: 150, resizable: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;businessfocus&#39;, index: &#39;businessfocus&#39;, width: 150, resizable: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;geographicscope&#39;, index: &#39;geographicscope&#39;, width: 150, resizable: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;info&#39;, index: &#39;info&#39;, width: 50, resizable: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;edit&#39;, index: &#39;edit&#39;, width: 50, resizable: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;remove&#39;, index: &#39;remove&#39;, width: 50, resizable: false }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#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;&#160; pager: $(&#39;#pager&#39;),<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; pgbuttons: true,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 50,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [15, 25, 50],<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: &#39;asc&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; multiselect: false,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 300,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 1000,<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; gridComplete: function() { // popup tooltip !<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // removed for clarity<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; });</p>
</p>
<p>and the setgridparam method (used on a link outside of the grid)</p>
<p>$("#list").setGridParam({postData: { qtype: &#39;xxx&#39;, query: &#39;yyy&#39;}});</p>
<p>$(&#39;#list&#39;).trigger(&#39;reloadGrid&#39;);</p>
</p>
<p>But still, nothing happend and nothing is posted in firebug.</p></p>
]]></description>
        	        	<pubDate>Thu, 06 Aug 2009 10:30:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on setGridParam not recognized</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized#p8300</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized#p8300</guid>
        	        	<description><![CDATA[<p>$(&#8221;#list&#8221;).setGridParam({postData: { qtype: <strong>&#39;f&#39;</strong>, query: <strong>&#39;q&#39;</strong>}});</p>
]]></description>
        	        	<pubDate>Thu, 06 Aug 2009 10:01:16 +0300</pubDate>
        </item>
        <item>
        	<title>ImMoog on setGridParam not recognized</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized#p8298</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam-not-recognized#p8298</guid>
        	        	<description><![CDATA[<p>Hello !</p>
</p>
<p>First of all: thats the greatest jquery plugin I know, great job <img class="wp-smiley" src="/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
</p>
<p>I currently have a little problem with the setGridParam method.</p>
<p>Im trying to send 2 parameters to the server with postData in order to change my query (the grid is still the same); here&#39;s the code :</p>
<p>$(&#8221;#list&#8221;).setGridParam({postData: { qtype: f, query: q}});</p>
<p>$(&#39;#list&#39;).trigger(&#39;reloadGrid&#39;);</p>
<p>Note : jqGrid version : jqGrid&#160; 3.5-beta &#8211; jQuery Grid // Date:2009-05-24 build 12</p>
</p>
<p>Everything should work without problems but i got a &#8220;$(&#8221;#list&#8221;).setGridParam is not a function&#8221; in firebug and nothing happend.</p>
</p>
<p>Im certainly missing something&#8230;</p>
<p>Does anyone have an idea ?</p>
</p>
<p>Thanks in advance <img class="wp-smiley" src="/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p>Regards,</p>
<p>M.</p></p>
]]></description>
        	        	<pubDate>Thu, 06 Aug 2009 09:33:39 +0300</pubDate>
        </item>
</channel>
</rss>