<?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: filterToolbar doesn't work...</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/filtertoolbar-doesnt-work</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/filtertoolbar-doesnt-work/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>cfnievaKarira on filterToolbar doesn't work...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/filtertoolbar-doesnt-work#p20726</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/filtertoolbar-doesnt-work#p20726</guid>
        	        	<description><![CDATA[<p>Hi, I have a similar problem with the &#39;filterToolbar&#39;.&#160;In my case, the code is as follows:</p>
</p>
<p>------------------------------------</p>
<p>var TRepairsData.repairGrid = jQuery("#RepairList");</p>
<p>TRepairsData.repairGrid.jqGrid({</p>
<p>url:&#39;/Dedalo.API/Repairs/GetPaginatedRepairsList/&#39; + SelectedOffice + &#39;/&#39;,</p>
<p>datatype: "json",</p>
<p>autowidth: true,		&#160;&#160; &#160; &#160; &#160; &#160; &#160;</p>
<p>jsonReader : {</p>
<p>repeatitems: false,</p>
<p>},</p>
<p>colNames: [&#39;Priority&#39;],</p>
<p>colModel: [{ name: &#39;Priority&#39;, index: &#39;priority&#39;, width: 45, align: "center",</p>
<p>searchoptions: { defaultValue: &#39;0&#39; }</p>
<p>}</p>
<p>],</p>
<p>rowNum:100,</p>
<p>rowList:[100, 150, 200],</p>
<p>mtype: "GET",</p>
<p>multiselect: true,</p>
<p>caption: false,</p>
<p>pager: &#39;#navRepair&#39;,</p>
<p>viewrecords: true,&#160;</p>
<p>sortname: &#39;incdate&#39;,&#160;</p>
<p>sortorder: &#39;desc&#39;,</p>
<p>gridComplete: function(){ ...}</p>
<p>});</p>
</p>
<p>TRepairsData.repairGrid.jqGrid(&#39;filterToolbar&#39;, { defaultSearch: "cn" });</p>
</p>
<p>----------------------------</p>
</p>
<p>I need to load the page, my grid is filtered with the default priority.&#160;Priority to changing the filter housing makes me a call to the server by passing the url indicated and the priority value you have written, that it is functioning properly, but I need to filter me from the start with the default,&#160;This may be the problem?</p>
</p>
<p>Sorry for my English</p>
</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Wed, 10 Nov 2010 13:47:43 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on filterToolbar doesn't work...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/filtertoolbar-doesnt-work#p20241</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/filtertoolbar-doesnt-work#p20241</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>In general the filtering of data work with jqGrid and jQuery 1.4.1. See <a href="http://www.ok-soft-gmbh.com/jqGrid/customfilter5.htm" target="_blank">this</a> example. So if you have a problem you should post the full code which can be used to reproduce the problem.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 12 Oct 2010 14:00:05 +0300</pubDate>
        </item>
        <item>
        	<title>pacoespinoza on filterToolbar doesn't work...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/filtertoolbar-doesnt-work#p20234</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/filtertoolbar-doesnt-work#p20234</guid>
        	        	<description><![CDATA[<p>Hi, I have a problem with the filterToolbar plugin. I have the jqGrid 3.8 and jquery 1.4.1</p>
</p>
<p>&#160;&#160;&#160; $("#list").jqGrid(&#39;filterToolbar&#39;, { stringResult: true, searchOnEnter: false, defaultSearch: "cn" });</p>
</p>
<p>Simply doesn&#39;t filter anything...</p>
</p>
<p>Can somebody help me with this?...</p>
</p>
<p>Thanks in advance...</p>
]]></description>
        	        	<pubDate>Tue, 12 Oct 2010 04:19:30 +0300</pubDate>
        </item>
</channel>
</rss>