<?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: Toolbar search and default request parameter name</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-default-request-parameter-name</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/toolbar-search-and-default-request-parameter-name/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Udo on Toolbar search and default request parameter name</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-default-request-parameter-name#p23562</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-default-request-parameter-name#p23562</guid>
        	        	<description><![CDATA[<p>After looking into the problem again, I finally found a workaround myself:</p>
<p>jQuery("#gridid").jqGrid({<br />...<br />beforeRequest : function() {<br />this.p.postData[&#39;mySearchFilterParamName&#39;]=this.p.postData.filters;<br />delete this.p.postData.filters;</p>
<p>}<br />...<br />});</p>
]]></description>
        	        	<pubDate>Fri, 10 Jun 2011 16:43:24 +0300</pubDate>
        </item>
        <item>
        	<title>Udo on Toolbar search and default request parameter name</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-default-request-parameter-name#p23035</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/toolbar-search-and-default-request-parameter-name#p23035</guid>
        	        	<description><![CDATA[<p>I am using jqGrid 4.0.0</p>
<p>When setting stringResult in the toolbar search to true, there seems to be no possibility to specify the filters parameter name for the request.</p>
<p>Something like this:</p>
<p>$(&#39;#myTable&#39;).jqGrid(&#39;filterToolbar&#39;,{stringResult:true,sFilter:&#39;mySearchFilterParamName&#39;});</p>
</p>
<p>or is there another place where I can modify the standard request parameter name (filters)?</p>
]]></description>
        	        	<pubDate>Thu, 05 May 2011 16:42:21 +0300</pubDate>
        </item>
</channel>
</rss>