<?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: Enabling toolbar search icons/graphics</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics</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/enabling-toolbar-search-iconsgraphics/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Enabling toolbar search icons/graphics</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p29135</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p29135</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Glad to hear this. Thank you.</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 10 Jul 2013 12:51:30 +0300</pubDate>
        </item>
        <item>
        	<title>dgeyzonne on Enabling toolbar search icons/graphics</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p29134</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p29134</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>you were right, I downloaded new JS and CSS files and now it works very well !</p>
</p>
<p>Thanks !</p>
]]></description>
        	        	<pubDate>Wed, 10 Jul 2013 10:56:54 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Enabling toolbar search icons/graphics</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p29121</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p29121</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Thanks. Will chek your code.</p>
<p>Can you pleaase check if you have the latest css and JS files. Note that the language file should be replaced too.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 09 Jul 2013 16:56:47 +0300</pubDate>
        </item>
        <item>
        	<title>dgeyzonne on Enabling toolbar search icons/graphics</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p29103</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p29103</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have the same problem : I put searchoptions in colmodel and searchOperators:true in filterToolbar but there is no icon operator that appears on the left side of the search textbox.</p>
<p>Below, css and js files that I use :</p>
<blockquote>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="css/jquery-ui-1.8.24.custom.css" /&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" /&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="css/ui.multiselect.css" /&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="css/jquery.searchFilter.css" /&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="css/style.css"/&#62;</p>
</p>
<p>&#60;script src="js/jquery-1.7.2.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/jquery-ui.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/ui.multiselect.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/i18n/grid.locale-fr.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="js/jquery.searchFilter.js" type="text/javascript"&#62;&#60;/script&#62;</p>
</blockquote>
<p>Here is my code:</p>
<blockquote>
<p>&#60;div id="div_data" align="center"&#62;</p>
</blockquote>
<blockquote>
<p>&#60;table id="tab"&#62;&#60;/table&#62;</p>
<p>&#60;div id="pager"&#62;&#60;/div&#62;</p>
<p>&#60;/div&#62;</p>
<p>&#60;script&#62;</p>
<p style="padding-left: 30px;">var aWidth = document.getElementById("div_data").offsetWidth -20;</p>
<p style="padding-left: 30px;">jQuery("#tab").jqGrid({</p>
<p style="padding-left: 60px;">url:&#39;log-data.php&#39;,</p>
<p style="padding-left: 60px;">datatype: "json",</p>
<p style="padding-left: 60px;">mtype: "POST",</p>
<p style="padding-left: 60px;">height: &#39;100%&#39;,</p>
<p style="padding-left: 60px;">rowNum: 20,</p>
<p style="padding-left: 60px;">rowList:[20,50,100,200,400,800,1500],</p>
<p style="padding-left: 60px;">gridview: true,</p>
<p style="padding-left: 60px;">width: aWidth,</p>
<p style="padding-left: 60px;">toppager: true,</p>
<p style="padding-left: 60px;">pager: &#39;#pager&#39;,</p>
<p style="padding-left: 60px;">viewrecords: true,</p>
<p style="padding-left: 60px;">sortname: "Id",</p>
<p style="padding-left: 60px;">sortorder: "desc",</p>
<p style="padding-left: 60px;">sortable: true,</p>
<p style="padding-left: 60px;">colNames:[&#39;ID&#39;, &#39;Date Heure&#39;, &#39;Utilisateur connect&#233;&#39;, &#39;Login cible&#39;, &#39;Texte&#39;, &#39;N&#233;cess. Transf.&#39;],</p>
<p style="padding-left: 60px;">colModel:[</p>
<p style="padding-left: 90px;">{name:&#39;Id&#39;, index:&#39;Id&#39;, hidden:true},</p>
<p style="padding-left: 90px;">{name:&#39;Time&#39;, index:&#39;Time&#39;, align:"center", width:"80"},</p>
<p style="padding-left: 90px;">{name:&#39;User&#39;, index:&#39;User&#39;, align:"center", width:"100"},</p>
<p style="padding-left: 90px;">{name:&#39;Dest&#39;, index:&#39;Dest&#39;, align:"center", width:"100", search:true, searchoptions:{sopt:[&#39;eq&#39;,&#39;bw&#39;,&#39;bn&#39;,&#39;cn&#39;,&#39;nc&#39;,&#39;ew&#39;,&#39;en&#39;]}},</p>
<p style="padding-left: 90px;">{name:&#39;Comment&#39;,index:&#39;Comment&#39;,align:"left", width:"200"},</p>
<p style="padding-left: 90px;">{name:&#39;Flag&#39;, index:&#39;Flag&#39;, align:"center", width:"60"}</p>
<p style="padding-left: 60px;">]</p>
<p style="padding-left: 30px;">});</p>
<p style="padding-left: 30px;">jQuery("#tab").jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{add:false,edit:false,del:false,search:false,refresh:false});</p>
<p style="padding-left: 30px;">jQuery("#tab").jqGrid(&#39;navButtonAdd&#39;,&#39;#pager&#39;,{</p>
<p style="padding-left: 60px;">caption: "Colonnes",</p>
<p style="padding-left: 60px;">title: "R&#233;organiser les colonnes",</p>
<p style="padding-left: 60px;">onClickButton : function (){</p>
<p style="padding-left: 90px;">jQuery("#tab").jqGrid(&#39;columnChooser&#39;);</p>
<p style="padding-left: 60px;">}</p>
<p style="padding-left: 30px;">});</p>
</p>
<p style="padding-left: 30px;">jQuery("#tab").jqGrid(&#39;filterToolbar&#39;, {stringResult:true, searchOnEnter:false, searchOperators:true, defaultSearch : "cn"});</p>
</p>
<p style="padding-left: 30px;">$(".ui-jqgrid-sortable").css(&#39;white-space&#39;, &#39;normal&#39;);</p>
<p style="padding-left: 30px;">$(".ui-jqgrid-sortable").css(&#39;height&#39;, &#39;auto&#39;);</p>
</p>
<p style="padding-left: 30px;">$(".ui-jqgrid tr.jqgrow td").css(&#39;white-space&#39;, &#39;normal&#39;);</p>
<p style="padding-left: 30px;">$(".ui-jqgrid tr.jqgrow td").css(&#39;height&#39;, &#39;auto&#39;);</p>
<p style="padding-left: 30px;">&#160;</p>
<p>&#60;/script&#62;</p>
</blockquote>
<p>Maybe i forgot a js or css file ? please help me i didn&#39;t find anything... :&#39;(</p>
]]></description>
        	        	<pubDate>Fri, 05 Jul 2013 11:32:00 +0300</pubDate>
        </item>
        <item>
        	<title>rbsorensen on Enabling toolbar search icons/graphics</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p28837</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p28837</guid>
        	        	<description><![CDATA[<blockquote>
<p>In regard to the <a href="http://trirand.com/blog/jqgrid/jqgrid.html" target="_blank">demo</a>, I have looked at it, and have implemented the features that, according to the instructions and example on the page,&#160;are necessary for&#160;toolbar searching, as follows:</p>
</p>
<p>1. Adding a "searchoptions:{sopt:[&#39;eq&#39;,...]}" item to the colModel field definition.</p>
<p>2. Including a "$(&#39;#mylist&#39;).jqGrid(&#39;filterToolbar&#39;,{searchOperators : true});" line to show the toolbar.</p>
<p>BTW, "search: true" is missing&#160;from the colModel in the example code on the page</p>
</p>
<p>When I implement the above logic in my page, the search fields appear, and can be used to submit a search to the server. But there are no operator selection graphics displayed on the left side of each search text box.</p>
</p>
<p>So I am missing something,&#160;but am not sure what it is.</p>
<hr />
</blockquote>
]]></description>
        	        	<pubDate>Mon, 20 May 2013 17:42:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Enabling toolbar search icons/graphics</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p28830</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p28830</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>You may need to look at <a href="http://trirand.com/blog/jqgrid/jqgrid.html" target="_blank">demo</a></p>
</p>
<p>Open <strong>Searching</strong> and then <strong>Toolbar with Operations</strong></p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 20 May 2013 11:07:39 +0300</pubDate>
        </item>
        <item>
        	<title>rbsorensen on Enabling toolbar search icons/graphics</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p28829</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enabling-toolbar-search-iconsgraphics#p28829</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am using the toolbar search facility&#160;in one of my grids and would like to enable the display of the icon/graphic for selecting the operation type ("="&#160;for "eq", "&#60;" for "lt"&#160;etc.)&#160; Two questions:</p>
<p>1. How do I turn on the display of these graphics?</p>
<p>2. How do I enable the selection of&#160;a different search operation from the list of operations allowed for a column?</p>
<p>Thank you</p>
]]></description>
        	        	<pubDate>Mon, 20 May 2013 01:47:49 +0300</pubDate>
        </item>
</channel>
</rss>