<?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: Search in navGrid hangs grid.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid</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/search-in-navgrid-hangs-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>davidm888 on Search in navGrid hangs grid.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid#p19781</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid#p19781</guid>
        	        	<description><![CDATA[<p>I struggled with this for many hours using the 3.8 demo. I can&#39;t believe they ship it with an omission that breaks core functionality like this.&#160; Simple fix is to edit the ui.jqgrid.css file and add this line (from the 3.7 version):</p>
<p>.ui-searchFilter{display:none;position:absolute;z-index:770;overflow:visible;}.ui-searchFilter table{position:relative;margin:0;width:auto;}.ui-searchFilter table td{margin:0;padding:1px;}.ui-searchFilter table td input,.ui-searchFilter table td select{margin:.1em;}.ui-searchFilter .ui-state-default{cursor:pointer;}.ui-searchFilter .divider{height:1px;}.ui-searchFilter .divider div{background-color:black;height:1px;}</p>
]]></description>
        	        	<pubDate>Tue, 14 Sep 2010 22:34:37 +0300</pubDate>
        </item>
        <item>
        	<title>bgillis on Search in navGrid hangs grid.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid#p19726</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid#p19726</guid>
        	        	<description><![CDATA[<p>Well, answer is above is still not complete.</p>
<p>The multiselect still displays diagonal greyed lines over grid behind the modal search dialog.</p>
<p>This example is how we want it to work: /blog/jqgrid/jqgrid.html</p>
<p>We are using ui.multiselect.css, but still get this.</p>
</p>
<p>Can anyone help us so we do not have to spend hours, perhaps days, debugging jqGrid stuff??? &#160;Much appreciated.</p></p>
]]></description>
        	        	<pubDate>Sun, 12 Sep 2010 05:09:14 +0300</pubDate>
        </item>
        <item>
        	<title>bgillis on Search in navGrid hangs grid.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid#p19723</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid#p19723</guid>
        	        	<description><![CDATA[<p>Yes, the answer is *styling* per URL above. &#160;(Thanks, Tony. &#160; Used search all over the forums and didn&#39;t find it until we google&#39;d for answers).</p>
</p>
<p>If you don&#39;t have the proper .CSS files search will not work per above.</p>
</p>
<p>Posting an answer for the cause, as I see others have run into the same problem, but no answer posted.</p>
]]></description>
        	        	<pubDate>Sat, 11 Sep 2010 23:00:04 +0300</pubDate>
        </item>
        <item>
        	<title>bgillis on Search in navGrid hangs grid.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid#p19721</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid#p19721</guid>
        	        	<description><![CDATA[<p>fwiw, we found this: <a href="http://www.trirand.net/forum/default.aspx?g=posts&#038;m=2630" rel="nofollow" target="_blank"><a href="http://www.trirand.net/forum/d" rel="nofollow">http://www.trirand.net/forum/d</a>.....038;m=2630</a></p>
</p>
<p>Using themes version greyed out the grid before we even pressed Search.</p>
<p>There is no jquery.searchFilter.css in our download.</p>
</p>
<p>QUESTION: how does one know the development version vs. any other (production? test?) version?</p>
</p>
<p>Is this not supposed to be trivial to make default .navGrid search work? &#160;</p>
]]></description>
        	        	<pubDate>Sat, 11 Sep 2010 22:25:24 +0300</pubDate>
        </item>
        <item>
        	<title>bgillis on Search in navGrid hangs grid.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid#p19720</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-in-navgrid-hangs-grid#p19720</guid>
        	        	<description><![CDATA[<p>Our grid hangs when we set search: true in .navGrid:</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;.navGrid("#list",&#160;add: false, edit: false, del: false, search: true, refresh: true, view: true}</p>
<p>With above,</p>
<p>1. Search button shows up in navgrid</p>
<p>2. Press Search button and grid hangs.</p>
<p>&#160;&#160; &#160;A. There is a search dialog titled "Search ..." displayed over the grid</p>
<p>&#160;&#160; &#160;B. The dialog and grid hang. &#160;There are grey diagonal lines over both.</p>
</p>
<p>Why?</p>
<p>All other navGrid buttons DO SOMETHING.</p>
<p>1. add/edit - display form editing dialog</p>
<p>2. refresh - refreshes the screen</p>
<p>etc.</p>
</p>
<p>This online doc: /jqgridwiki/doku.php?id=wiki:toolbar_searching</p>
<p>says the following:</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;"The method uses the url option in grid to perform a search to the server.&#160;<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;When the search is activated, an array of type name:value is posted to the server."</p>
<p>But, wireshark shows no request is made to the server. &#160;</p>
</p>
<p>We appreciate jqGrid and know English is not first language of the author. &#160;(For a good laugh, we can write doc in YOUR language 🙂</p>
</p>
<p>Would appreciate clarity on this, please.</p>
]]></description>
        	        	<pubDate>Sat, 11 Sep 2010 21:30:01 +0300</pubDate>
        </item>
</channel>
</rss>