<?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: Multisearch disables the whole grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multisearch-disables-the-whole-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/multisearch-disables-the-whole-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>SimonL on Multisearch disables the whole grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multisearch-disables-the-whole-grid#p10181</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multisearch-disables-the-whole-grid#p10181</guid>
        	        	<description><![CDATA[<p>Thanks Tony, I hadn&#39;t spotted that, its working fine now.</p>
]]></description>
        	        	<pubDate>Sat, 26 Sep 2009 07:16:15 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Multisearch disables the whole grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multisearch-disables-the-whole-grid#p10132</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multisearch-disables-the-whole-grid#p10132</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If you use the css from src directory you will need to include the jquery.searchFilter.css too.</p>
<p>See this:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install#development_installation" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....stallation</a></p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 25 Sep 2009 05:01:22 +0300</pubDate>
        </item>
        <item>
        	<title>SimonL on Multisearch disables the whole grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multisearch-disables-the-whole-grid#p10047</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multisearch-disables-the-whole-grid#p10047</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I would like to use the multisearch facility but when I click on the search button, the search form appears above the grid but the search form is disabled and so is the whole grid, everything is dimmed out.</p>
<p>Can you help please.</p>
</p>
<p>This is my code:</p>
</p>
<p>&#60;script type="text/javascript"&#62;</p>
<p>&#160;&#160;&#160; $(function() {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;/Admin/Stock/GetListData/&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Primary Image&#39;, &#39;Id&#39;, &#39;Artist ID&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;MediumID&#39;, &#39;SourceID&#39;, &#39;StockOwnerID&#39;, &#39;ClientID&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Artist&#39;, &#39;Description&#39;, &#39;Medium&#39;, &#39;Source&#39;, &#39;StockOwner&#39;, &#39;Client&#39;, &#39;Stock No.&#39;, &#39;PO No.&#39;, &#39;Size&#39;, &#39;Sold&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Signed&#39;, &#39;Location&#39;, &#39;DateAcquired&#39;, &#39;ArtistName&#39;, &#39;ArtistDates&#39;, &#39;ArtistBiography&#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; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;jqPrimaryImage&#39;, hidden: false, index: &#39;jqPrimaryImage&#39;, align: &#39;center&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Id&#39;, hidden: true, index: &#39;Id&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ArtistID&#39;, hidden: true, index: &#39;ArtistID&#39;, width: 40, align: &#39;left&#39; },</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;MediumID&#39;, hidden: true, index: &#39;MediumID&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;SourceID&#39;, hidden: true, index: &#39;SourceID&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;StockOwnerID&#39;, hidden: true, index: &#39;StockOwnerID&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ClientID&#39;, hidden: true, index: &#39;ClientID&#39;, width: 40, align: &#39;left&#39; },</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ArtistProperName&#39;, searchoptions: { sopt: [&#39;eq&#39;, &#39;ne&#39;, &#39;lt&#39;, &#39;le&#39;, &#39;gt&#39;, &#39;ge&#39;] }, hidden: false, index: &#39;ArtistProperName&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Description&#39;, searchoptions: { sopt: [&#39;eq&#39;, &#39;ne&#39;, &#39;lt&#39;, &#39;le&#39;, &#39;gt&#39;, &#39;ge&#39;] }, hidden: false, index: &#39;Description&#39;, width: 70, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Medium&#39;, hidden: true, index: &#39;Medium&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Source&#39;, hidden: true, index: &#39;Source&#39;, width: 60, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;StockOwner&#39;, hidden: true, index: &#39;StockOwner&#39;, width: 60, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Client&#39;, hidden: false, index: &#39;Client&#39;, width: 60, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;StockNumber&#39;, hidden: false, index: &#39;StockNumber&#39;, width: 30, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;PONumber&#39;, hidden: false, index: &#39;PONumber&#39;, width: 30, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Size&#39;, hidden: false, index: &#39;Size&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Sold&#39;, formatter: &#39;checkbox&#39;, index: &#39;Sold&#39;, width: 35, align: &#39;center&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Signed&#39;, formatter: &#39;checkbox&#39;, index: &#39;Signed&#39;, width: 35, align: &#39;center&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Location&#39;, hidden: false, index: &#39;Location&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;DateAcquired&#39;, hidden: true, index: &#39;DateAcquired&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ArtistName&#39;, hidden: true, index: &#39;ArtistName&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ArtistDates&#39;, hidden: true, index: &#39;ArtistDates&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ArtistBiography&#39;, hidden: true, index: &#39;ArtistBiography&#39;, width: 40, align: &#39;left&#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; autowidth: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: "#pager",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 20,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [5, 10, 20, 50],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;ArtistName&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: "asc",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: &#39;/scripts/themes/ui-darkness/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "Stock",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sopt: [&#39;cn&#39;, &#39;bw&#39;, &#39;eq&#39;, &#39;ne&#39;, &#39;lt&#39;, &#39;gt&#39;, &#39;ew&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewsortcols: true<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).navGrid("#pager", { refresh: true, edit: false, add: false, del: false, search: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // edit options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // add options <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, //del options <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {multipleSearch: true} // search options&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; );<br />&#160;&#160;&#160; });</p>
<p>&#60;/script&#62;</p></p>
]]></description>
        	        	<pubDate>Wed, 23 Sep 2009 11:34:54 +0300</pubDate>
        </item>
</channel>
</rss>