<?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 option sopt set, nothing happens</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens</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-option-sopt-set-nothing-happens/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on search option sopt set, nothing happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9874</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9874</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Finally found the problem.</p>
<p>The fix is in GitHub. Also fixed some issues when IE7 or IE6 are used and we search with more than two fields</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 19 Sep 2009 08:19:15 +0300</pubDate>
        </item>
        <item>
        	<title>Matthijs on search option sopt set, nothing happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9871</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9871</guid>
        	        	<description><![CDATA[<p>Yup, same issue here.</p>
</p>
<p>I am also trying to just use one or two search options; but nothing happens; I always get the default set of options.</p>
<p>Is there a working exampe online who has less search options? Then I can compare that one with mine and see what I have done wrong.</p>
<p>Thanks a lot!</p>
</p>
<p>Matthijs</p>
]]></description>
        	        	<pubDate>Sat, 19 Sep 2009 01:52:27 +0300</pubDate>
        </item>
        <item>
        	<title>tony on search option sopt set, nothing happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9826</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9826</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>IMHO all is correct and should work except that multipleSearch is available only in 3.5 version.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 18 Sep 2009 03:51:06 +0300</pubDate>
        </item>
        <item>
        	<title>larole on search option sopt set, nothing happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9765</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9765</guid>
        	        	<description><![CDATA[<p>&#160;&#160;&#160; //User Grid<br />&#160;&#160;&#160; $("#userlist").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;GridData&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: "json",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;POST&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Companyname&#39;, index: &#39;Companyname&#39;, hidden: true, formater: &#39;select&#39;, editable: true, edittype: &#39;select&#39;, editrules: { edithidden: &#39;false&#39;, required: &#39;true&#39;} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Username&#39;, index: &#39;Username&#39;, editable: true, editoptions: { readonly: &#39;true&#39;, size: 25} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Firstname&#39;, index: &#39;Firstname&#39;, editable: true, editoptions: { size: 25 }, formoptions: { elmsuffix: &#39;(*)&#39; }, editrules: { required: &#39;true&#39;} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Lastname&#39;, index: &#39;Lastname&#39;, editable: true, editoptions: { size: 25 }, formoptions: { elmsuffix: &#39;(*)&#39; }, editrules: { required: &#39;true&#39;} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Email&#39;, index: &#39;Email&#39;, align: &#39;left&#39;, formater: &#39;mail&#39;, editable: true, editoptions: { size: 25 }, formoptions: { elmsuffix: &#39;(*)&#39; }, editrules: { mail: &#39;true&#39;, required: &#39;true&#39;} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Phone&#39;, index: &#39;Phone&#39;, align: &#39;left&#39;, editable: true, editoptions: { size: 25 }, formoptions: { elmsuffix: &#39;(*)&#39; }, editrules: { required: &#39;true&#39;, number: &#39;true&#39;} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Password&#39;, index: &#39;Password&#39;, hidden: true, search:false, edittype: &#39;password&#39;, editable: true, editoptions: { size: 25 }, formoptions: { elmsuffix: &#39;(*)&#39; }, editrules: { edithidden: &#39;false&#39;, required: &#39;true&#39;} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ConfirmPassword&#39;, index: &#39;ConfirmPassword&#39;, hidden: true, search: false, edittype: &#39;password&#39;, editable: true, editoptions: { size: 25 }, formoptions: { elmsuffix: &#39;(*)&#39; }, editrules: { edithidden: &#39;false&#39;, required: &#39;true&#39;} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Country&#39;, index: &#39;Country&#39;, align: &#39;left&#39;, formater: &#39;select&#39;, editable: true, edittype: &#39;select&#39;, editrules: { required: &#39;true&#39;} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Role&#39;, index: &#39;Role&#39;, align: &#39;left&#39;, formater: &#39;select&#39;, editable: true, edittype: &#39;select&#39;, editrules: { required: &#39;true&#39;} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Comment&#39;, index: &#39;Comment&#39;, sortable: false, editable: true, edittype: &#39;textarea&#39;, editoptions: { rows: &#39;2&#39;, cols: &#39;30&#39;} }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [10, 20, 30],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: gridimgpath,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: jQuery(&#39;#pagernav&#39;),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;Username&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: "asc",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "Users",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; editurl: "EditGrid",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadComplete: function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var data = $("#userlist").getUserData();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //console.log(data);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var myObject = JSON.parse(data);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //console.log(myObject);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var roleString = "";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var countriesString = "";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var invoicerString = "";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; for (i = 0; i &#60; myObject.Roles.length; i++) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //console.log(myObject.Roles[i].Id + ":" + myObject.Roles[i].RoleName + ";");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; roleString += myObject.Roles[i].Id + ":" + myObject.Roles[i].RoleName + ";";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; for (i = 0; i &#60; myObject.Invoicers.length; i++) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //console.log(myObject.Invoicers[i].CompanyName);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; invoicerString += myObject.Invoicers[i].Id + ":" + myObject.Invoicers[i].CompanyName + ";";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; for (i = 0; i &#60; myObject.Countries.length; i++) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //console.log(myObject.Countries[i].Country);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; countriesString += myObject.Countries[i].Id + ":" + myObject.Countries[i].Country + ";";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //console.log(roleString);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //console.log(countriesString);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //console.log(invoicerString);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#userlist").setColProp(&#39;Country&#39;, { editoptions: { value: countriesString} });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#userlist").setColProp(&#39;Role&#39;, { editoptions: { value: roleString} });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#userlist").setColProp(&#39;Companyname&#39;, { editoptions: { value: invoicerString} });</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#sg_search").keypress(doSearch);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; }).navGrid(&#39;#pagernav&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { edit: true, add: true, del: true, search: true }, //options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {height: 400,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 600,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; closeAfterAdd: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; closeAfterEdit: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; modal: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; beforeShowForm: function(form) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#tr_Password&#39;).hide();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#tr_ConfirmPassword&#39;).hide();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#tr_Companyname&#39;).hide();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#Username.FormElement").attr(&#39;readonly&#39;, &#39;true&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; afterSubmit: onAfterSubmit<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }, // edit options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {height: 400,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 600,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; closeAfterAdd: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; closeAfterEdit: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; modal: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; beforeShowForm: function(form) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#tr_Password&#39;).show();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#tr_ConfirmPassword&#39;).show();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#tr_Companyname&#39;).show();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#Username.FormElement").removeAttr(&#39;readonly&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //cant find the div generation of the dialog, and a css height &#39;bug&#39; had to be removed. the bug is probably related with the modification of form fields<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#editmoduserlist").attr("style", "overflow: hidden; top: 90px; left: 51px; width: 600px; z-index: 950; display: block;");<br />&#160;&#160;&#160;&#160;&#160;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; afterSubmit: onAfterSubmit<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }, // add options <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {modal: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; afterSubmit: onAfterSubmit<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }, // del options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {multipleSearch: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; recreateFilter: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sopt: [&#39;cn&#39;, &#39;eq&#39;, &#39;ne&#39;]<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; } // search options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; );</p>
]]></description>
        	        	<pubDate>Wed, 16 Sep 2009 03:10:55 +0300</pubDate>
        </item>
        <item>
        	<title>tony on search option sopt set, nothing happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9753</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9753</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Clould you please post the whole code?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 13:24:16 +0300</pubDate>
        </item>
        <item>
        	<title>larole on search option sopt set, nothing happens</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9741</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-option-sopt-set-nothing-happens#p9741</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I&#39;m trying to set the sopt option in my advanced search(also tried simple search) but nothing happens when i try to alter it, im getting default values.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit130' value='Select Code' data-codeid='sfcode130' /></p>
<div class='sfcode' id='sfcode130'>... }, // del options<br />&#160;&#160; {multipleSearch: true,<br />&#160;&#160; sopt: [&#39;cn&#39;, &#39;eq&#39;, &#39;ne&#39;]<br />&#160;&#160; } // search options<br />...</div>
</p>
<p>Also tried to set it in colmodel, no luck...</p>
<p>Any idees?</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 10:56:10 +0300</pubDate>
        </item>
</channel>
</rss>