<?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: problem activating advanced search</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/problem-activating-advanced-search</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/problem-activating-advanced-search/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on problem activating advanced search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-activating-advanced-search#p20602</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-activating-advanced-search#p20602</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<p>You should remove comma before &#39;]&#39; in the definition of <strong>colModel</strong>. Moreover you should include jquery.searchFilter.css and jquery.searchFilter.js if jquery.searchFilter.js is not part of jquery.jqGrid.min.js which you use. For verifying you can&#160;open the file jquery.jqGrid.min.js which you use and search for&#160;"jquery.searchFilter.js" string in the comment from the first line of the file. I recommend you to load last version of jqGrid and be&#160;careful&#160;that you select "Search Plugin" on the <a href="/blog/?page_id=6" target="_blank">download page</a>. The usage of jQuery 1.4.3 can additionally make your application work more quickly because it realize more effectively the working with CSS used in jqGrid.</p>
<p>The usage of <strong>"?nd="+new Date().getTime()</strong>&#160;an the end of url is not needed. The parameter <strong>nd</strong> with the current timestamp will be added by jqGrid per default. The values&#160;<span style="font-size: 13.8889px;"><strong>align:&#39;left&#39;</strong></span><span style="font-size: 13.8889px;"> and </span><span style="font-size: 13.8889px;"><strong>multiselect: false</strong></span><span style="font-size: 13.8889px;"> are also default and can be removed.</span></p>
<p><span style="font-size: 13.8889px;">Best regards<br />Oleg&#160;</span></p>
]]></description>
        	        	<pubDate>Mon, 01 Nov 2010 14:02:01 +0200</pubDate>
        </item>
        <item>
        	<title>waiting on problem activating advanced search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-activating-advanced-search#p20600</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-activating-advanced-search#p20600</guid>
        	        	<description><![CDATA[<p>make a try :</p>
<p>1ã€do not load other js file to check js conflict ( i also use jquery.blockUI.js ,no conflict )</p>
<p>2ã€ cut off some jqgrid init code such as &#39;ondblClickRow&#39; to test</p>
<p>3ã€ update to jquery v1.43, may be jquery.UI also need to update to v1.8x</p>
]]></description>
        	        	<pubDate>Mon, 01 Nov 2010 12:12:12 +0200</pubDate>
        </item>
        <item>
        	<title>hsdell on problem activating advanced search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-activating-advanced-search#p20580</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-activating-advanced-search#p20580</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I&#39;m using jqGrid successfully but having trouble now implementing basic advanced search feature, and have not found any similar problems/solutions by searching.</p>
<p>I&#39;ve added icons to the navBar but clicking on Search icon appears to do nothing&#8211;what am I missing? Is the advanced search included in the standard jqGrid.min? Is it activated but not visible?</p>
<p>I am using jquery 1.3.2, jqGrid 3.6.5, and a few other plugins (see code)</p>
<p>Thanks in advanced for any help!</p>
</p>
<p>here is my code:</p>
<blockquote>
<p>&#60;script type="text/javascript" src="../common_ui/jquery/jquery-1.3.2.min.js"&#62;&#60;/script&#62; <br />&#60;script language="javascript" type="text/javascript"&#160; src="../common_ui/jquery-ui-1.7.3.custom/js/jquery-ui-1.7.3.custom.min.js"&#62;&#60;/script&#62; <br />&#160;&#160; &#160;<br />&#60;link rel="stylesheet" type="text/css" href="css/cqe_styles.css" /&#62;<br />&#160;<br />&#60;link type="text/css" href="../common_ui/css/cqe-custom-theme/jquery-ui-1.7.3.custom.css" rel="Stylesheet" /&#62;&#160;&#160; &#160;<br />&#160;&#160;&#160; &#160;<br />&#60;script language="javascript" type="text/javascript" src="../common_ui/jquery/jquery.blockUI.js"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#160;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="../common_ui/jquery/jquery.jqGrid-3.6.5/css/ui.jqgrid.css" /&#62;<br />&#60;script language="javascript" type="text/javascript" src="../common_ui/jquery/jquery.jqGrid-3.6.5/js/i18n/grid.locale-en.js" &#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script language="javascript" type="text/javascript" src="../common_ui/jquery/jquery.jqGrid-3.6.5/js/jquery.jqGrid.min.js"&#62;&#60;/script&#62;<br />&#60;script language="javascript" type="text/javascript"&#160; src="js/ae_reg_grid.js"&#62;&#60;/script&#62;</p>
</blockquote>
<p>and&#8230;</p>
<blockquote>
<p>$(document).ready(function(){ </p>
<p>&#160;&#160; &#160; jQuery("#regList").jqGrid({ <br />&#160;&#160; &#160;&#160;&#160; &#160; url: "ae_reg_grid_fill.php?nd="+new Date().getTime(),<br />&#160;&#160; &#160;&#160;&#160; &#160; datatype: "json", <br />&#160;&#160; &#160;&#160;&#160; &#160; height: 300, <br />&#160;&#160; &#160;&#160;&#160; &#160; colNames:[&#39;Ref Num&#39;, &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Eff Date&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Exp Date&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Status&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Warranty Dealer&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Selling Dealer&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;File Name&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Coverage Summary&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ], <br />&#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;refnum&#39;,index:&#39;refnum&#39;, width:50,&#160; sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;effdate&#39;,index:&#39;effdate&#39;, width:70, align:&#39;left&#39;,&#160; sortable:false}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;expdate&#39;,index:&#39;expdate&#39;, width:75 , align:&#39;left&#39;, sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;status&#39;,index:&#39;status&#39;, width:70, align:&#39;left&#39;, sortable:false, searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;]} },<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;warr_dealer&#39;,index:&#39;warr_dealer&#39;, width:100, align:&#39;left&#39;,&#160; sortable:false&#160; }, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;sell_dealer&#39;,index:&#39;sell_dealer&#39;, width:150, align:&#39;left&#39;,&#160; sortable:false&#160; },<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;file_name&#39;,index:&#39;file_name&#39;, width:150, align:&#39;left&#39;,&#160; sortable:false },<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;cvg_summary&#39;,index:&#39;cvg_summary&#39;, width:200, align:&#39;left&#39;, sortable:false },<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ], <br />&#160;&#160; &#160;&#160;&#160; &#160; multiselect: false,<br />&#160;&#160; &#160;&#160;&#160; &#160; pager: "#regList_pager",<br />&#160;&#160; &#160;&#160;&#160; &#160; rowNum: 15,<br />&#160;&#160; &#160;&#160;&#160; &#160; caption: "Registration List",<br />&#160;&#160; &#160;&#160;&#160; &#160; gridview: true,<br />&#160;&#160; &#160;&#160;&#160; &#160; ondblClickRow: function(id){<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;var rId = jQuery("#regList").jqGrid(&#39;getGridParam&#39;,&#39;selrow&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;if( rId != null ) {<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var gRow = jQuery("#regList").jqGrid(&#39;getRowData&#39;,rId);<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if( gRow.status == &#39;SUBMITTED&#39; &#38;&#38; $("#oe_status_h").val() == &#39;CLOSED&#39;) {<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;alert(&#39;Open Enrollment period is closed. This SUBMITTED registration will not be able to be endorsed or cancelled.&#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;&#160;&#160; &#160;$(&#39;#grid_wrapper&#39;).block({ <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;message: &#39;&#60;br/&#62;&#60;h2&#62;Loading Registration&#8230;&#60;br/&#62;&#60;img src="../common_ui/graphics/cqe_wait.gif" /&#62;&#60;/h2&#62;&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;overlayCSS:&#160; { backgroundColor: &#39;#000&#39;,&#160;&#160; &#160;opacity: 0.0 }<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;window.open("../module_autoenroll/ae_reg.php?r=" + gRow.refnum, "_parent");<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;else {<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;alert(&#39;Please double-click on another row to view&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160;&#160; }</p>
<p>&#160;&#160; &#160; });<br />&#160;&#160; &#160; <br />&#160;&#160; &#160; <br />&#160;&#160; &#160; jQuery("#regList").jqGrid(&#39;navGrid&#39;,&#39;#regList_pager&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; {&#160;&#160; &#160;edit:false,<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;add:false,<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;del:false,<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;search:true,<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160;&#160;&#160; &#160;refresh:true<br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160; }, <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160; {}, // edit options <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160; {}, // add options <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160; {}, //del options <br />&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160; &#160; {multipleSearch:true} // search options <br />&#160;&#160; &#160;&#160;&#160; &#160; ); <br />&#160;&#160; &#160; <br />&#160;});</p>
</blockquote>
<p><input id="gwProxy" type="hidden" /><input id="jsProxy" onclick="jsCall();" type="hidden" /></p>
]]></description>
        	        	<pubDate>Sat, 30 Oct 2010 23:15:50 +0300</pubDate>
        </item>
</channel>
</rss>