<?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: Integrated Search in 3.6?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36</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/integrated-search-in-36/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13139</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13139</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I do not see any problems in the demo which uses the latest version. Open you jqGrid min file and see which modules are included.</p>
<p>To have this feature the grid.custom.js should be here.</p>
<p>Best Regsrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 17 Dec 2009 22:16:26 +0200</pubDate>
        </item>
        <item>
        	<title>david on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13081</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13081</guid>
        	        	<description><![CDATA[<p>Tony</p>
<p>In version 3.6 simple it&#39;s something wrong, because filterToolbar doesn&#39;t work.</p>
]]></description>
        	        	<pubDate>Wed, 16 Dec 2009 15:37:04 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13059</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13059</guid>
        	        	<description><![CDATA[]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 20:42:52 +0200</pubDate>
        </item>
        <item>
        	<title>david on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13057</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13057</guid>
        	        	<description><![CDATA[<p><span id="result_box" class="short_text"><span style="background-color: #ffffff;" title="sincer , am citit dar nu am inteles unde am gresit">honestly, I read but I understand where I wrong</span></span></p>
]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 19:52:48 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13055</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13055</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please read carfully. There is important note and exmaple.</p>
<p>Reagrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 19:34:17 +0200</pubDate>
        </item>
        <item>
        	<title>david on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13052</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13052</guid>
        	        	<description><![CDATA[<p>where is the error in code</p>
</p>
<p>jQuery("#jqgajax").jqGrid({<br />&#160;&#160; &#160;&#160; url:&#39;server.php?q=2&#39;,<br />&#160;&#160;&#160; editurl: "server.php",<br />&#160;&#160; &#160;<br />&#160;&#160; &#160;datatype: "json",<br />&#160; &#160;&#160;&#160; &#160;colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Client&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Notes&#39;],<br />&#160; &#160;&#160;&#160; &#160;colModel:[<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;,index:&#39;id&#39;, width:55},<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;invdate&#39;,index:&#39;invdate&#39;, width:90},<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;name&#39;,index:&#39;name asc, invdate&#39;, width:100,<br />&#160;&#160;&#160;&#160;&#160;&#160; editable: true, edittype:"select", editoptions:{dataUrl:&#39;test.txt&#39;,width:100}, search:true },<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;amount&#39;,index:&#39;amount&#39;, width:80, align:"right",editable:true},<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;tax&#39;,index:&#39;tax&#39;, width:80, align:"right", search:true},<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;total&#39;,index:&#39;total&#39;, width:80,align:"right"},&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;note&#39;,index:&#39;note&#39;, width:150, sortable:false}&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160; &#160;&#160;&#160; &#160;],<br />&#160; &#160;&#160;&#160; &#160;rowNum:10,<br />&#160;&#160;&#160; width:700,<br />&#160;&#160;&#160; autowidth: true,<br />&#160;&#160;&#160; rownumbers: true,<br />&#160;&#160; // toolbar: [true,"top"],<br />&#160;&#160;&#160;&#160;&#160; rowList:[10,20,30],<br />&#160; &#160;&#160;&#160; &#160;pager: &#39;#pjqgajax&#39;,<br />&#160; &#160;&#160;&#160; &#160;sortname: &#39;invdate&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; caption:"New API Example"<br />});<br />jQuery("#jqgajax").jqGrid(&#39;navGrid&#39;,&#39;#pjqgajax&#39;,{edit:true,add:true,del:false});</p>
<p>jQuery("#jqgajax").jqGrid(&#39;filterToolbar&#39;);</p>
]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 19:28:22 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13049</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13049</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>Look herehow to call this method</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:toolbar_searching" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>....._searching</a></p></p>
]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 19:14:28 +0200</pubDate>
        </item>
        <item>
        	<title>david on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13012</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p13012</guid>
        	        	<description><![CDATA[<p>Hi .</p>
<p><span id="result_box" class="short_text"><span style="background-color: #ffffff;" title="de ce apare aceasta eroare la filterToolbar">Why does this error filterToolbar</span></span></p>
<p><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch "><a class="errorSource a11yFocus " target="_blank"> th = $("&#60;th role=&#39;columnheader&#39; clas...umn ui-th-"+ts.p.direction+"&#39;&#62;&#60;/th&#62;");\\r\\n</a></span></p>
<p><span id="result_box" class="short_text"><span style="background-color: #ffffff;" title="precizez ca toate modulele sunt incarcate">say that the modules are loaded</span></span></p>
]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 00:19:26 +0200</pubDate>
        </item>
        <item>
        	<title>Ron on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p11676</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p11676</guid>
        	        	<description><![CDATA[<p>Here is the code. The error is coming from grid.custom.js</p>
</p>
<p>HTML:</p>
</p>
<p>&#60;table id="s3list" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62;<br />&#60;div id="s3pager" class="scroll" style="text-align:center;"&#62;&#60;/div&#62;</p>
</p>
<p>js:</p>
<p>...</p>
<p>&#160;var mygrid = $("#s3list").jqGrid({ <br />&#160; url:&#39;<a href="http://localhost:8080/browse/servlet/getDBData?request=getStructure&#038;table=FORMMASTER&#038;#39" rel="nofollow" target="_blank"><a href="http://localhost:8080/browse/s" rel="nofollow">http://localhost:8080/browse/s</a>.....R&#038;#39</a>;, <br />&#160;&#160;&#160;&#160;&#160; datatype: "json", <br />&#160;&#160;&#160;&#160;&#160; width: 700, <br />&#160;&#160;&#160;&#160;&#160; colNames:[&#39;Column Name&#39;,&#39;Type&#39;,&#39;Null&#39;],<br />&#160;&#160;&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160; &#160;&#160;&#160; {name: &#39;colname&#39;,index:&#39;colname&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name: &#39;coltype&#39;,index:&#39;coltype&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name: &#39;nullable&#39;,index:&#39;nullable&#39;}<br />&#160;&#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160; rowNum:10, <br />&#160;&#160;&#160;&#160;&#160; mtype: "GET", <br />&#160;&#160;&#160;&#160;&#160; pager: &#39;#s3pager&#39;, <br />&#160;&#160;&#160;&#160;&#160; sortname: &#39;colname&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160; toolbar: [true,&#39;top&#39;],<br />&#160;&#160;&#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160;&#160;&#160; rownumbers: true, <br />&#160;&#160;&#160;&#160;&#160; sortorder: "desc", <br />&#160;&#160;&#160;&#160;&#160; gridview : true, <br />&#160;&#160;&#160;&#160;&#160; caption:"Toolbar Search Example" });<br />&#160;mygrid.jqGrid(&#39;navGrid&#39;,&#39;#s3pager&#39;,{edit:false,add:false,del:false,search:false,refresh:false});<br />&#160;mygrid.jqGrid(&#39;filterToolbar&#39;); // Problem occurs on this call</p>
</p>
<p>the error is:</p>
<p>Line 635 of grid.custom.js: ts is not defined</p>
</p>
<p>Thanks for your help,</p>
</p>
<p>Ron</p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 11:26:30 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p11671</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p11671</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please post the whole code?</p>
<p>Also be a sure thet you download the needed module grid.custom.js or load them into the page.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 10:45:32 +0200</pubDate>
        </item>
        <item>
        	<title>Ron on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p11645</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p11645</guid>
        	        	<description><![CDATA[<p>Tony,</p>
</p>
<p>The quote was a typo when I entered the text in the forum, it is not so in my code.</p>
</p>
<p>Anyway, when I put a call to filterToolbar into my script, I get an error on the following line in grid.custom.js:</p>
</p>
<p><span class="sourceRowText"> th = $("&#60;th role=&#39;columnheader&#39; class=&#39;ui-state-default ui-th-column ui-th-"+ts.p.direction+"&#39;&#62;&#60;/th&#62;"); </span><a class="sourceLine" target="_blank">636</a></p>
</p>
<p>Saying that ts is not defined.</p>
</p>
<p>Thanks for your help!</p>
</p>
<p>Ron</p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 07:17:55 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p11599</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p11599</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>So what does not work?</p>
<p>By the way you have error calling this:</p>
<p>$(&#39;#scrolling&#8221;).jqGrid(&#39;filterToolbar&#39;);</p>
<p>maybe it should be</p>
<p>$("#scrolling&#8221;).jqGrid(&#39;filterToolbar&#39;);</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Fri, 06 Nov 2009 10:21:28 +0200</pubDate>
        </item>
        <item>
        	<title>Ron on Integrated Search in 3.6?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p11531</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/integrated-search-in-36#p11531</guid>
        	        	<description><![CDATA[<p>Is there an example of using the integrated search in 3.6? The 3.5 examples does not seem to work, although I am a little unclear on how the &#39;filter&#39; div is used by the filterToolbar function.</p>
</p>
<p>I converted to the new calling convention, so I have&#160; $(&#39;#scrolling").jqGrid(&#39;filterToolbar&#39;);&#160; as my function.</p>
</p>
<p>Thanks for your assistance,</p>
</p>
<p>Ron</p>
]]></description>
        	        	<pubDate>Thu, 05 Nov 2009 07:27:44 +0200</pubDate>
        </item>
</channel>
</rss>