<?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 oporators are not displying in demo drop down</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/search-oporators-are-not-displying-in-demo-drop-down</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-oporators-are-not-displying-in-demo-drop-down/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Search oporators are not displying in demo drop down</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-oporators-are-not-displying-in-demo-drop-down#p30702</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-oporators-are-not-displying-in-demo-drop-down#p30702</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Glad that you have resolved the problem. We will update our demos soon.</p>
<p>Kind Regards<br />
Tony</p>
]]></description>
        	        	<pubDate>Fri, 30 May 2014 15:40:47 +0300</pubDate>
        </item>
        <item>
        	<title>tifischer on Search oporators are not displying in demo drop down</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-oporators-are-not-displying-in-demo-drop-down#p30692</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-oporators-are-not-displying-in-demo-drop-down#p30692</guid>
        	        	<description><![CDATA[<p>I got it to work.Â  I had to use the theme from another example that you gave earlier with the downloaded 4.6.0 and then change the names in the theme to match the file names of the 4.6.0Â  directory.</p>
<p>Â </p>
<p>Blessings,</p>
<p>Tiffany</p>
]]></description>
        	        	<pubDate>Tue, 27 May 2014 18:24:51 +0300</pubDate>
        </item>
        <item>
        	<title>tifischer on Search oporators are not displying in demo drop down</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-oporators-are-not-displying-in-demo-drop-down#p30688</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-oporators-are-not-displying-in-demo-drop-down#p30688</guid>
        	        	<description><![CDATA[<p>I downloaded the demo and have it working on my site but the search operators (equals, contains, greater, ...) are not displaying.Â  Please advise as to how to fix this problem.</p>
<p>Â </p>
<p>var template1 = { "groupOp": "AND", "rules": [ { "field": "a.firstName", "op": "bw", "data": "Client 1" },<br />
 { "field": "a.lastName", "op": "gt", "data": "20"} ] };</p>
<p>jQuery("#person_list").jqGrid({<br />
 url:'server-update.php?q=1',<br />
 datatype: "json",<br />
 colNames:['ID','Type','Last','First','Email','Phone','Address','Custom','Registrations','Balance'],<br />
 colModel:[<br />
 //{name:'', sortable:true, index:'a.personType', width:25, hidden:false,search:false,hidedlg:true},<br />
 //search ID on<br />
 //{name:'', index:'a.personID', width:20, hidden:false,searchoptions:{sopt:['bw','cn','eq','ne','lt','gt','ew']}},<br />
 //search ID off<br />
 {name:'ID',key : true, index:'a.personID', width:20},<br />
 {name:'Type', index:'isStudent', sortable:true, width:25},<br />
 {name:'Last', index:'a.lastName', width:40},<br />
 {name:'First', index:'a.firstName', width:30},<br />
 {name:'Email', sortable:true, index:'a.emailAddress', width:60,searchoptions:{sopt:['bw','cn','eq','ne','lt','gt','ew']}},<br />
 {name:'Phone', sortable:false,index:'phone', width:35},<br />
 {name:'Address', sortable:false,index:'address', width:100},<br />
 {name:'Custom', sortable:false,search:false, hidden:false, index:'custom', width:30},<br />
 {name:'Registrations', sortable:false,search:false, hidden:false, index:'programCode', width:100},<br />
 {name:'Balance', sortable:false,search:false, hidden:false, index:'balance', width:40} //CN change 30 to 40<br />
 ],<br />
 rowNum:10,<br />
 autowidth: true,<br />
 pager: '#pagerb',<br />
 sortname: 'lastName',<br />
 rowList:[10,20,50,100],<br />
 viewrecords: true,<br />
 sortorder: "asc",<br />
 caption: "",</p>
<p>});</p>
<p>jQuery("#person_list").jqGrid('navGrid','#pagerb', {<br />
 edit:false,<br />
 add:false,<br />
 del:false},<br />
 {}, {}, {},<br />
 { multipleSearch:true, multipleGroup:false, showQuery: false,<br />
 // set the names of the template<br />
 "tmplNames" : ["Template One"],<br />
 // set the template contents<br />
 "tmplFilters": [template1] } );</p>
<p>Â </p>
<p>Blessings,</p>
<p>Tiffany</p>
]]></description>
        	        	<pubDate>Tue, 27 May 2014 16:23:21 +0300</pubDate>
        </item>
</channel>
</rss>