<?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</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam</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/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>longkhi on setGridParam</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam#p26979</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam#p26979</guid>
        	        	<description><![CDATA[<p>Hi.</p>
</p>
<p>I&#39;m just gonna borrow this thread, since I&#39;m having problems with setGridParam as well.</p>
</p>
<p>I have added a custom buttom, and whenever that button is clicked, it should call an url.</p>
<p>It works fine at this stage, but the problem occurs when I would like to pass the selected row to the url.</p>
</p>
<p>Is it possible to do this?</p>
</p>
<p>My code for now is:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit862' value='Select Code' data-codeid='sfcode862' /></p>
<div class='sfcode' id='sfcode862'>
<p>jQuery(&#34;#adminlist&#34;).jqGrid().setGridParam({url : &#39;gridQueries/resetpassword.php&#39;});</p>
<p>jQuery(&#34;#adminlist&#34;).trigger(&#34;reloadGrid&#34;);</p>
</div>
<p>Best regards</p>
<p>Kim</p>
]]></description>
        	        	<pubDate>Thu, 19 Jul 2012 15:18:46 +0300</pubDate>
        </item>
        <item>
        	<title>Slava on setGridParam</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam#p11265</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam#p11265</guid>
        	        	<description><![CDATA[<p>thanks. that worked</p>
]]></description>
        	        	<pubDate>Thu, 29 Oct 2009 22:14:33 +0200</pubDate>
        </item>
        <item>
        	<title>tony on setGridParam</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam#p11224</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam#p11224</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Just now I see where is the error - sorry</p>
<p>you should:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6383' value='Select Code' data-codeid='sfcode6383' /></p>
<div class='sfcode' id='sfcode6383'>
<p>$(&#8221;#product&#8221;)<strong>.jqGrid(&#39;setGridParam&#39;, { url: &#39;/newurl&#39;, page: 1})</strong>.trigger(&#8221;reloadGrid&#8221;);</p>
</div>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 29 Oct 2009 03:30:37 +0200</pubDate>
        </item>
        <item>
        	<title>slava on setGridParam</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam#p11138</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam#p11138</guid>
        	        	<description><![CDATA[<p>yes this is very strange.. and no I am not using iframes</p>
]]></description>
        	        	<pubDate>Tue, 27 Oct 2009 06:34:37 +0200</pubDate>
        </item>
        <item>
        	<title>tony on setGridParam</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam#p11121</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam#p11121</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Something is wrong into the code. setGridParam is a part of the core grid and it should exists. Do you use iframe?</p>
<p>Regrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 27 Oct 2009 03:41:58 +0200</pubDate>
        </item>
        <item>
        	<title>slavix on setGridParam</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setgridparam#p11065</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setgridparam#p11065</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am having difficulties setting grid params and reloading an existing jqGrid with custom url.</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6012' value='Select Code' data-codeid='sfcode6012' /></p>
<div class='sfcode' id='sfcode6012'>$(&#8221;#product&#8221;).setGridParam({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;/newurl&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page: 1<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).trigger(&#8221;reloadGrid&#8221;);</div>
</p>
<p>causes</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1305' value='Select Code' data-codeid='sfcode1305' /></p>
<div class='sfcode' id='sfcode1305'><span class="objectBox objectBox-errorMessage  hasTwisty hasBreakSwitch ">$(&#8221;#product&#8221;).setGridParam  is not a function</span></div>
<p>this is strange because the grid is already instantiated</p>
<p>if I try</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9446' value='Select Code' data-codeid='sfcode9446' /></p>
<div class='sfcode' id='sfcode9446'>$(&#8221;#product&#8221;).jqGrid.setGridParam({url:&#39;&#39;})</div>
<p>I get&#160;</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3041' value='Select Code' data-codeid='sfcode3041' /></p>
<div class='sfcode' id='sfcode3041'>TypeError: this.each is not a function</div>
</p>
<div class="logRow"><span class="objectBox  objectBox-array "><span class="arrayLeftBracket ">running <br /></span></span></p>
<p><input type='button' class='sfcodeselect' name='sfselectit924' value='Select Code' data-codeid='sfcode924' /></p>
<div class='sfcode' id='sfcode924'>$(&#39;#product&#39;)</div>
<p><span class="objectBox  objectBox-array "><span class="arrayLeftBracket "> in firebug displays</span></span></p>
<p><input type='button' class='sfcodeselect' name='sfselectit7274' value='Select Code' data-codeid='sfcode7274' /></p>
<div class='sfcode' id='sfcode7274'><span class="arrayLeftBracket "> [</span><a class="objectLink objectLink-element a11yFocus " target="_blank"><span class=" "><span class="selectorTag ">table</span><span class="selectorId ">#product</span><span class="selectorClass ">.ui-jqgrid-btable</span></span></a><span class="arrayRightBracket ">]</span></div>
</div>
]]></description>
        	        	<pubDate>Sun, 25 Oct 2009 22:22:15 +0200</pubDate>
        </item>
</channel>
</rss>