<?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 Modal displays when you reset its options</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options</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-modal-displays-when-you-reset-its-options/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Ricka123 on Search Modal displays when you reset its options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p922</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p922</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>That got it</p>
<p>Thank you so much</p>
<p>Rick</p>
]]></description>
        	        	<pubDate>Fri, 27 Jun 2008 08:55:31 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Search Modal displays when you reset its options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p917</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p917</guid>
        	        	<description><![CDATA[<p>Aha. You can add in navGrid parameters for the search</p>
<p>navGrid(&#39;pager&#39;, edit,add,del,search,refresh,</p>
<p>{}, // edit options here</p>
<p>{}, //&#160; add options here</p>
<p>{}, //del options here</p>
<p>{}, // search options here</p>
<p>}</p>
</p>
<p>Refere to navgrid in docs</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 27 Jun 2008 08:14:07 +0300</pubDate>
        </item>
        <item>
        	<title>Ricka123 on Search Modal displays when you reset its options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p912</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p912</guid>
        	        	<description><![CDATA[<p>Everything loads up ok.</p>
<p>I dont want my own search button, I want to use the one in the navbar</p>
<p>so how do I change the sopt for the search using the inbuilt search button</p>
<p>Thanks</p>
<p>Rick</p>
</p>
<p>What Im saying is if I create a grid it works fine, it loads up the data and all I see is the grid</p>
<p>The user clicks on the search icon (find.gif) and the search window pops up., however it has all defaults in the sopt, I only need Begins With.</p>
<p>so when I change the searchGrid&#160; sopt to &#39;bw&#39; just after creating the grid, when the grid loads the search window also is displayed, so the user has to keep closing the popup window.</p>
<p>Is there a way to prevent this automatically displaying the search window when I change the sopts using the navbars find.gif icon?&#160;</p>
]]></description>
        	        	<pubDate>Fri, 27 Jun 2008 07:55:11 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Search Modal displays when you reset its options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p909</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p909</guid>
        	        	<description><![CDATA[<p>Check you configuration. Also check the css files image path</p>
<p>and images. Use FireBug to see if all is loaded ok.</p>
<p>In you second way you should define button (or href) to work that -</p>
<p>Something like</p>
<p>("#mybutton").click(function(){</p>
<p>$(&#8221;#qpGrid&#8221;).searchGrid({sopt:[&#39;bw&#39;]});</p>
<p>}</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 27 Jun 2008 07:45:36 +0300</pubDate>
        </item>
        <item>
        	<title>Ricka123 on Search Modal displays when you reset its options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p906</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p906</guid>
        	        	<description><![CDATA[<p>I create a grid</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(document).ready(function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#qpGrid").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="myurl" target="_blank">url:myurl</a>,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: "json",....</p>
<p>&#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; $("#qpGrid").navGrid(&#39;#pager2&#39;,{edit:false,add:false,del:false,refresh:false,search:true});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</p>
<p>However the search I only want Begins with so I add the following</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#qpGrid").searchGrid({sopt:[&#39;bw&#39;]});</p>
<p>If I do this the search window gets automatically displayed when the jqgrid loads up with data.</p>
<p>Is there any way to stop this happening?</p>
<p>I only want the search window to display when the user clicks on the find icon in the nav bar.&#160;</p>
<p>Thanks</p>
<p>Rick</p></p>
]]></description>
        	        	<pubDate>Fri, 27 Jun 2008 07:13:07 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Search Modal displays when you reset its options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p898</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p898</guid>
        	        	<description><![CDATA[<p>Do not understand 🙁</p>
]]></description>
        	        	<pubDate>Fri, 27 Jun 2008 02:34:41 +0300</pubDate>
        </item>
        <item>
        	<title>Ricka123 on Search Modal displays when you reset its options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p893</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-modal-displays-when-you-reset-its-options#p893</guid>
        	        	<description><![CDATA[<p>When I initialize the grid, I also need to change the search options, when I do this the search window gets displayed, How do I stop this happening? and only display the search window when the user clicks the Find button.</p>
<p>Thanks</p>
<p>Rick</p></p>
]]></description>
        	        	<pubDate>Thu, 26 Jun 2008 16:14:58 +0300</pubDate>
        </item>
</channel>
</rss>