<?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: JQGRID 4.40 Search Nothing Happens</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens</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/bugs/jqgrid-4-40-search-nothing-happens/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>reformer on JQGRID 4.40 Search Nothing Happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p27311</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p27311</guid>
        	        	<description><![CDATA[<p>I also had this same problem.&#160;</p>
<p>I found a solution here: <a href="http://stackoverflow.com/questions/3350988/jqgrid-does-not-display-search-buttonicon" rel="nofollow" target="_blank"><a href="http://stackoverflow.com/quest" rel="nofollow">http://stackoverflow.com/quest</a>.....buttonicon</a></p>
<p>I was using jquery-1.8.0.min.js. I needed to revert back to jquery-1.7.2.min.js.&#160;</p>
<p>The search dialog now opens as expected.</p>
]]></description>
        	        	<pubDate>Thu, 13 Sep 2012 03:48:57 +0300</pubDate>
        </item>
        <item>
        	<title>javiut on JQGRID 4.40 Search Nothing Happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p27261</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p27261</guid>
        	        	<description><![CDATA[<p>oh. that seems to work... thanks. God Bless.</p>
]]></description>
        	        	<pubDate>Wed, 05 Sep 2012 00:40:15 +0300</pubDate>
        </item>
        <item>
        	<title>Grausam on JQGRID 4.40 Search Nothing Happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p27260</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p27260</guid>
        	        	<description><![CDATA[<p>This bug still exists in 4.4.1..</p>
<p>Here is an update:</p>
<p>The documentation on /jqgridwiki/doku.php?id=wiki:singe_searching</p>
<p>says the default is null. So you don&#39;t expect a return type.. However if you&#160;</p>
<p>return true it will work.&#160;</p>
<p>..</p>
<p>so this should be an appropriate fix.</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit260' value='Select Code' data-codeid='sfcode260' /></p>
<div class='sfcode' id='sfcode260'>
<p>beforeShowSearch: function() {</p>
<p>....</p>
<p>return true;</p>
<p>}&#160;</p>
</div>
]]></description>
        	        	<pubDate>Tue, 04 Sep 2012 23:42:57 +0300</pubDate>
        </item>
        <item>
        	<title>Grausam on JQGRID 4.40 Search Nothing Happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26949</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26949</guid>
        	        	<description><![CDATA[<blockquote>
<p>javiut said:Hey <strong>Grausam. do you solve the problem?? if you do can you upload the file fixed. thanks..</strong></p>
</blockquote>
<hr />
<p>I don&#39;t know if this is a good fix. It works for me but I don&#39;t know if it will work for everyone. I am not a mod so I hope the fix will appear in 4.4.1.. I don&#39;t think the javascript fun.call() method returns anything and that&#39;s the bug. Can someone confirm this for me.</p>
]]></description>
        	        	<pubDate>Mon, 16 Jul 2012 04:04:56 +0300</pubDate>
        </item>
        <item>
        	<title>zenixgrace on JQGRID 4.40 Search Nothing Happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26945</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26945</guid>
        	        	<description><![CDATA[<blockquote>
<p>Grausam said:</p>
<p>I am having the same problem.</p>
<p>I modified jqgrid.src at line 6878 function showFilter(_filter)</p>
<p><span style="color: #008080;">function showFilter(_filter) {</span></p>
<p><span style="color: #008080;">showFrm = $($t).triggerHandler("jqGridFilterBeforeShow", [_filter]);</span></p>
<p><span style="color: #008080;">console.log("shwFrm:",showFrm);</span></p>
<p><span style="color: #008080;">if(typeof(showFrm) === "undefined") {</span></p>
<p><span style="color: #008080;"><span style="white-space: pre;"> </span>showFrm = true;</span></p>
<p><span style="color: #008080;">}</span></p>
<p><span style="color: #008080;">if(showFrm &#38;&#38; $.isFunction(p.beforeShowSearch)) {</span></p>
<p><span style="color: #008080;"><span style="white-space: pre;"> </span>console.log("calling before show search, showFrm is now:", showFrm);</span></p>
<p><span style="color: #008080;"><span style="white-space: pre;"> </span>showFrm = p.beforeShowSearch.call($t,_filter);</span></p>
<p><span style="color: #008080;"><span style="white-space: pre;"> </span>console.log("function called, showFrm is now:", showFrm);</span></p>
<p><span style="color: #008080;">}</span></p>
<p><span style="color: #008080;">if(showFrm) { &#8230; }</span></p>
<p>This produces:</p>
<p>shwFrm:&#160;undefined</p>
<div class="logRow logRow-log">calling before show search, showFrm is now:&#160;true</div>
<div class="logRow logRow-log">function called, showFrm is now:&#160;undefined</div>
<div class="logRow logRow-log">The showFrm variable is changed from true to undefined as a result of the p.beforeShowSearch.call() call, and since it&#39;s not true the form is never shown.</div>
<p>If you change line 6884 to be:</p>
<p><span style="color: #008080;">p.beforeShowSearch.call($t,_filter);</span></p>
<p>instead of&#160;</p>
<p><span style="color: #008080;">showFrm = p.beforeShowSearch.call($t,_filter);</span></p>
<p><span style="color: #000000;">everything works as before.</span></p>
<p><span style="color: #000000;">In the min file: change <span style="color: #33cccc;">r=c.beforeShowSearch.call(e,b)</span> to be <span style="color: #33cccc;">c.beforeShowSearch.call(e,b).</span></span></p>
<p>Ben</p>
<p>Mods:&#160;It&#39;s also&#160;Line 82 in grid.formedit.js.&#160;</p>
</blockquote>
<hr />
<p>I have same problem and I try this solution.</p>
<p>But it&#39;s only work when the search button event is first call, but at the second call firebug give me an error (<strong>searchDialog is undefined</strong>).</p>
</p>
<p>here is my grid configuration:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7143' value='Select Code' data-codeid='sfcode7143' /></p>
<div class='sfcode' id='sfcode7143'>$(function() {&#160;&#160;&#160; <br />&#160;&#160; &#160;var myGrid = $(&#39;#listRDpConfirm&#39;).jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;datatype: &#39;local&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;mtype: &#39;post&#39;,&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;colNames: [&#39;Code&#39;,&#39;Date&#39;,&#39;Method&#39;,&#39;Bank Account&#39;,&#39;Amount&#39;,&#39;Description&#39;,&#39;Status&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;colModel: [<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;rdpconfirm_code&#39;,index:&#39;rdpconfirm_code&#39;,width:80},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;rdpconfirm_date&#39;,index:&#39;rdpconfirm_date&#39;,width:80,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatter: &#39;date&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatoptions: {srcformat:&#39;Y-m-d&#39;,newformat:&#39;d M Y&#39;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;searchoptions: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sopt: [&#39;eq&#39;,&#39;ne&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;dataInit: function(el) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(el).datepicker({changeMonth:true,changeYear:true,dateFormat:&#39;dd M yy&#39;,maxDate:&#39;today&#39;});<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;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;rdpconfirm_method&#39;,index:&#39;rdpconfirm_method&#39;,width:100,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;stype: &#39;select&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;searchoptions: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sopt: [&#39;eq&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;value: &#34;1:Cash Deposit;2:ATM Transfer;3:e-Banking&#34;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;rdpconfirm_bank&#39;,index:&#39;rdpconfirm_bank&#39;,width:150,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;searchoptions: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sopt: [&#39;eq&#39;,&#39;ne&#39;,&#39;bw&#39;,&#39;bn&#39;,&#39;ew&#39;,&#39;en&#39;,&#39;cn&#39;,&#39;nc&#39;]<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;rdpconfirm_amount&#39;,index:&#39;rdpconfirm_amount&#39;,align:&#39;right&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatter: &#39;currency&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatoptions: {thousandsSeparator: &#39;,&#39;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;searchtype: &#39;number&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;searchoptions: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sopt: [&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;dataInit: function(el) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(el)<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.keypress(function(e) {<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;if (!checkCurrency(this,e)) return false;<br />&#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;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.blur(function() {<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;if ($(el).val() != &#39;&#39;)<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;$(el).formatCurrency({symbol: &#39;&#39;});<br />&#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;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.focus(function() {<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;$(el).toNumber();<br />&#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;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.css(&#39;text-align&#39;, &#39;right&#39;);<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;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;rdpconfirm_desc&#39;,index:&#39;rdpconfirm_desc&#39;,width:300,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;searchoptions: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sopt: [&#39;eq&#39;,&#39;ne&#39;,&#39;bw&#39;,&#39;bn&#39;,&#39;ew&#39;,&#39;en&#39;,&#39;cn&#39;,&#39;nc&#39;]<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;rdpconfirm_status&#39;,index:&#39;rdpconfirm_status&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;stype: &#39;select&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;searchoptions: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sopt: [&#39;eq&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;value: &#34;P:Pending Approval;A:Approve&#34;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;&#160;&#160; &#160;autowidth: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;shrinkToFit: false,<br />&#160;&#160; &#160;&#160;&#160; &#160;rowNum: 15,<br />&#160;&#160; &#160;&#160;&#160; &#160;rowList: [15,30,45,60],<br />&#160;&#160; &#160;&#160;&#160; &#160;pager: jQuery(&#39;#pListRDpConfirm&#39;),<br />&#160;&#160; &#160;&#160;&#160; &#160;sortname: &#39;rdpconfirm_date&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;height: 330,<br />&#160;&#160; &#160;&#160;&#160; &#160;viewrecords: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;sortorder: &#39;asc&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;caption: &#39;Report Deposit Confirmation&#39;<br />&#160;&#160; &#160;}).jqGrid (&#39;navGrid&#39;,&#39;#pListRDpConfirm&#39;,{edit:false,add:false,del:false,search:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{}, // edit options<br />&#160;&#160; &#160;&#160;&#160; &#160;{}, // add options<br />&#160;&#160; &#160;&#160;&#160; &#160;{}, // del options<br />&#160;&#160; &#160;&#160;&#160; &#160;{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;resize: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;multipleSearch: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;beforeShowSearch: function($form) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var searchDialog = $form[0],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;oldrReDraw = searchDialog.reDraw, // save the original reDraw method<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;newrReDraw = function() {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;// hide the AND/OR operation selection<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;select.opsel&#39;, searchDialog).hide();<br />&#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;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;/*setTimeout(function() {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;// set focus in the last input field<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;input[type=&#34;text&#34;]:last&#39;, searchDialog).focus();&#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;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}, 50);*/</p>
<p>&#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;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;searchDialog.reDraw = function() {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;oldrReDraw.call(searchDialog); // call the original reDraw method<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;newrReDraw();<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;newrReDraw();<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;} // search options<br />&#160;&#160; &#160;/*).jqGrid (&#39;navButtonAdd&#39;, &#39;#pListRDpConfirm&#39;, {caption:&#39;&#39;,buttonicon:&#39;ui-icon-calculator&#39;,title:&#39;choose column&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;onClickButton: function() {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(this).jqGrid(&#39;columnChooser&#39;, {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width: 550,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;msel_opts: {dividerLocation: 0.5},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;});<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;// add Search: label at column chooser form<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#34;#colchooser_&#34; + $.jgrid.jqID(this.id) + &#39; div.available&#62;div.actions&#39;)<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.prepend(&#39;&#60;label style=&#34;float:left;position:relative;margin-left:0.6em;top:0.6em&#34;&#62;Search:&#60;/label&#62;&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;}}*/<br />&#160;&#160; &#160;).jqGrid (&#39;navButtonAdd&#39;, &#39;#pListRDpConfirm&#39;, {caption:&#39;Export to Excel&#39;,title:&#39;Export to Excel&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;onClickButton: function() {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;exportExcel(this);<br />&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;}).jqGrid(&#39;bindKeys&#39;, {onEnter: null});<br />&#160;&#160; &#160;<br />&#160;&#160; &#160;$.extend(true, $.jgrid.col, {<br />&#160;&#160; &#160;&#160;&#160; &#160;dialog_opts: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;minWidth: 470,<br />&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;});<br />});</p>
</div>
<p>is there any solution?</p></p>
]]></description>
        	        	<pubDate>Sat, 14 Jul 2012 07:11:42 +0300</pubDate>
        </item>
        <item>
        	<title>javiut on JQGRID 4.40 Search Nothing Happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26941</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26941</guid>
        	        	<description><![CDATA[<p>Hey <strong>Grausam. do you solve the problem?? if you do can you upload the file fixed. thanks..</strong></p>
]]></description>
        	        	<pubDate>Fri, 13 Jul 2012 02:29:48 +0300</pubDate>
        </item>
        <item>
        	<title>Grausam on JQGRID 4.40 Search Nothing Happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26940</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26940</guid>
        	        	<description><![CDATA[<p>I am having the same problem.</p>
<p>I modified jqgrid.src at line 6878 function showFilter(_filter)</p>
<p><span style="color: #008080;">function showFilter(_filter) {</span></p>
<p><span style="color: #008080;">showFrm = $($t).triggerHandler("jqGridFilterBeforeShow", [_filter]);</span></p>
<p><span style="color: #008080;">console.log("shwFrm:",showFrm);</span></p>
<p><span style="color: #008080;">if(typeof(showFrm) === "undefined") {</span></p>
<p><span style="color: #008080;"><span style="white-space: pre;"> </span>showFrm = true;</span></p>
<p><span style="color: #008080;">}</span></p>
<p><span style="color: #008080;">if(showFrm &#38;&#38; $.isFunction(p.beforeShowSearch)) {</span></p>
<p><span style="color: #008080;"><span style="white-space: pre;"> </span>console.log("calling before show search, showFrm is now:", showFrm);</span></p>
<p><span style="color: #008080;"><span style="white-space: pre;"> </span>showFrm = p.beforeShowSearch.call($t,_filter);</span></p>
<p><span style="color: #008080;"><span style="white-space: pre;"> </span>console.log("function called, showFrm is now:", showFrm);</span></p>
<p><span style="color: #008080;">}</span></p>
<p><span style="color: #008080;">if(showFrm) { &#8230; }</span></p>
<p>This produces:</p>
<p>shwFrm:&#160;undefined</p>
<div class="logRow logRow-log">calling before show search, showFrm is now:&#160;true</div>
<div class="logRow logRow-log">function called, showFrm is now:&#160;undefined</div>
<div class="logRow logRow-log">The showFrm variable is changed from true to undefined as a result of the p.beforeShowSearch.call() call, and since it&#39;s not true the form is never shown.</div>
<div class="logRow logRow-log"></div>
<p>If you change line 6884 to be:</p>
<p><span style="color: #008080;">p.beforeShowSearch.call($t,_filter);</span></p>
<p>instead of&#160;</p>
<p><span style="color: #008080;">showFrm = p.beforeShowSearch.call($t,_filter);</span></p>
<p><span style="color: #000000;">everything works as before.</span></p>
<p><span style="color: #000000;">In the min file: change <span style="color: #33cccc;">r=c.beforeShowSearch.call(e,b)</span> to be <span style="color: #33cccc;">c.beforeShowSearch.call(e,b).</span></span></p>
<p>Ben</p>
<p>Mods:&#160;It&#39;s also&#160;Line 82 in grid.formedit.js.&#160;</p>
]]></description>
        	        	<pubDate>Thu, 12 Jul 2012 21:12:14 +0300</pubDate>
        </item>
        <item>
        	<title>javiut on JQGRID 4.40 Search Nothing Happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26928</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26928</guid>
        	        	<description><![CDATA[<p>hey Toni thanks for answering i just move from 4.12 to 4.40 version my search code was working perfect.i was using the callbacks to see what&#39;s wrong in version[4.40] in version 4.12 the callbacks are as follows.</p>
<p>* onInitializedSearch</p>
<p>* beforeShowSearch</p>
<p>* AfterShowSearch</p>
<p>everything is OK.</p>
<p>but when i change the &#60;script src="JS/JQGrid/jquery.jqGrid.src.js"&#62;&#60;/script&#62; 4.12</p>
<p>to</p>
<p>&#60;script type="text/javascript" src="JS/JQGrid/jquery.jqGrid.min4_40.js"&#62;&#60;/script&#62;</p>
</p>
<p>the same code it was working as above. gives me the following callbacks.</p>
<p>when i click on the button nothing happens. none callback methods is even called.</p>
<p>* onInitializedSearch[Missing] Never Called.</p>
<p>* beforeShowSearch[Missing]Never Called.</p>
<p>* AfterShowSearch[Missing]Never Called.</p>
</p>
<p>searchOptions</p>
<p>{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</p>
<p>&#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;&#160; closeOnEscape:true,</p>
<p>&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; modal:true,</p>
<p>&#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;&#160; afterShowSearch:function(){alert(&#39;afterShowSearch&#39;);},&#160;&#160;&#160;&#160;&#160;&#160;&#160;</p>
<p>&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onInitializeSearch:function(){alert(&#39;onInitalizedSearch&#39;);},</p>
<p>&#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;&#160; onSearch:function(){alert(&#39;on Search&#39;);},&#160;&#160;&#160;&#160;&#160;&#160;&#160;</p>
<p>&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; beforeShowSearch: function(form)</p>
<p>&#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;&#160; {alert(&#39;beforeShowSearch&#39;);},onClose: function(data){}</p>
<p>}</p>
<p>this code is working very well in the last Year. i have try the different version of the CSS and that&#39;s is not the problem.</p>
</p>
<p>with 4.12 the BOX HTML is here</p>
<p>&#60;div class="ui-widget ui-widget-content ui-corner-all ui-jqdialog jqmID1" id="searchmodfbox_flujo10" dir="ltr" style="width: 450px; height: auto; z-index: 90000; overflow: hidden; top: 234px; left: 139px; display: block;" tabindex="-1" role="dialog" aria-labelledby="searchhdfbox_flujo10" aria-hidden="false"&#62;&#60;div class="ui-jqdialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix" id="searchhdfbox_flujo10" style="cursor: move;"&#62;&#60;span class="ui-jqdialog-title" style="float: left;"&#62;B&#250;squeda...&#60;/span&#62;&#60;a class="ui-jqdialog-titlebar-close ui-corner-all" href="javascript:void(0)" style="right: 0.3em;"&#62;&#60;span class="ui-icon ui-icon-closethick"&#62;&#60;/span&#62;&#60;/a&#62;&#60;/div&#62;&#60;div class="ui-jqdialog-content ui-widget-content" id="searchcntfbox_flujo10"&#62;&#60;span&#62;&#60;div style="overflow: auto;" class="searchFilter" id="fbox_flujo10"&#62;&#60;table style="border: 0px none;" class="group ui-widget ui-widget-content"&#62;&#60;tbody&#62;&#60;tr style="display: none;" class="error"&#62;&#60;th align="left" class="ui-state-error" colspan="5"&#62;&#60;/th&#62;&#60;/tr&#62;&#60;tr&#62;&#60;th align="left" colspan="5"&#62;&#60;span&#62;&#60;/span&#62;&#60;/th&#62;&#60;/tr&#62;&#60;tr&#62;&#60;td class="first"&#62;&#60;/td&#62;&#60;td class="columns"&#62;&#60;select&#62;&#60;option selected="selected" value="id2"&#62;C&#243;digo Barra&#60;/option&#62;&#60;option value="id"&#62;Codigo SAP&#60;/option&#62;&#60;option value="descripcion"&#62;Descripcion&#60;/option&#62;&#60;option value="rotacion"&#62;R&#243;tacion&#60;/option&#62;&#60;option value="sucursal"&#62;Sucursal&#60;/option&#62;&#60;option value="unidades"&#62;U. Vendidas&#60;/option&#62;&#60;option value="valores"&#62;Valores(Bs.)&#60;/option&#62;&#60;option value="stock"&#62;U. Stock&#60;/option&#62;&#60;/select&#62;&#60;/td&#62;&#60;td class="operators"&#62;&#60;select class="selectopts"&#62;&#60;option selected="selected" value="cn"&#62;contiene&#60;/option&#62;&#60;option value="bw"&#62;empiece por&#60;/option&#62;&#60;option value="ew"&#62;termina por&#60;/option&#62;&#60;option value="eq"&#62;igual &#60;/option&#62;&#60;/select&#62;&#60;/td&#62;&#60;td class="data"&#62;&#60;input recreatefilter="false" style="width: 98%;" role="textbox" class="input-elm"&#62;&#60;/td&#62;&#60;td&#62;&#60;/td&#62;&#60;/tr&#62;&#60;/tbody&#62;&#60;/table&#62;&#60;/div&#62;&#60;table id="fbox_flujo10_2" style="border:0px none;margin-top:5px" class="EditTable"&#62;&#60;tbody&#62;&#60;tr&#62;&#60;td colspan="2"&#62;&#60;hr style="margin:1px" class="ui-widget-content"&#62;&#60;/td&#62;&#60;/tr&#62;&#60;tr&#62;&#60;td style="text-align:left" class="EditButton"&#62;&#60;a class="fm-button ui-state-default ui-corner-all fm-button-icon-left ui-search" href="javascript:void(0)"&#62;&#60;span class="ui-icon ui-icon-arrowreturnthick-1-w"&#62;&#60;/span&#62;Limpiar&#60;/a&#62;&#60;/td&#62;&#60;td class="EditButton"&#62;&#60;a class="fm-button ui-state-default ui-corner-all fm-button-icon-right ui-reset" id="fbox_flujo10_search" href="javascript:void(0)"&#62;&#60;span class="ui-icon ui-icon-search"&#62;&#60;/span&#62;Buscar&#60;/a&#62;&#60;/td&#62;&#60;/tr&#62;&#60;/tbody&#62;&#60;/table&#62;&#60;/span&#62;&#60;/div&#62;&#60;div class="jqResize ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se ui-icon-grip-diagonal-se"&#62;&#60;/div&#62;&#60;/div&#62;</p>
</p>
<p>with 4.40 not Box is created. i have checked this with FireBug.</p>
<p>i want to upgrade because the frozen columns is this is not a option how can i use the frozencolumns in 4.12 i would be very grateful</p>
]]></description>
        	        	<pubDate>Tue, 10 Jul 2012 17:10:00 +0300</pubDate>
        </item>
        <item>
        	<title>tony on JQGRID 4.40 Search Nothing Happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26921</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26921</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>In order to get help you will need to provide a code - providing a link to the problim will be the best.</p>
</p>
<p>Did you have get chance to look in the demos here</p>
<p><a href="http://trirand.com/blog/jqgrid/jqgrid.html" rel="nofollow" target="_blank"><a href="http://trirand.com/blog/jqgrid" rel="nofollow">http://trirand.com/blog/jqgrid</a>.....qgrid.html</a></p>
</p>
<p>where the search work as expected.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 10 Jul 2012 13:59:47 +0300</pubDate>
        </item>
        <item>
        	<title>javiut on JQGRID 4.40 Search Nothing Happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26875</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-40-search-nothing-happens#p26875</guid>
        	        	<description><![CDATA[<p>Hi Guys. i just move from JQGRID version 4.1.2 to<strong> 4.40</strong> <img class="spSmiley" style="margin:0" title="Cool" src="/blog/wp-content/forum-smileys/sf-cool.gif" alt="Cool" />&#160;for frozen columns but in 4.1.2 my search button is working smoothly <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /><strong><span style="text-decoration: underline;">but in 4.40 you click on the button and nothing happens can somebody give a tip</span></strong>.<img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/forum-smileys/sf-cry.gif" alt="Cry" />. thanks a lot a best regards&#8230;.<img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /></p>
]]></description>
        	        	<pubDate>Sat, 30 Jun 2012 18:41:14 +0300</pubDate>
        </item>
</channel>
</rss>