<?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: navGrid : no such method</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/navgrid-no-such-method</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/navgrid-no-such-method/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>particlem on navGrid : no such method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navgrid-no-such-method#p24498</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navgrid-no-such-method#p24498</guid>
        	        	<description><![CDATA[<p>Somehow the order got reversed in the previous post when I pasted in the code. &#160;The actual order is:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8542' value='Select Code' data-codeid='sfcode8542' /></p>
<div class='sfcode' id='sfcode8542'>
<p>&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;css/custom-theme/jquery-ui-1.8.16.custom.css&#34; /&#62;</p>
<p>&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;css/ui.jqgrid.css&#34; /&#62;</p>
<p>&#60;script src=&#34;js/jquery-1.6.2.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;js/jquery-ui-1.8.16.custom.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;js/i18n/grid.locale-en.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;js/jquery.jqGrid.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
</div>
<p>Which makes sense I think, based on jqGrid extending both jQuery and jQueryUI.</p>
]]></description>
        	        	<pubDate>Thu, 01 Sep 2011 13:17:20 +0300</pubDate>
        </item>
        <item>
        	<title>tony on navGrid : no such method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navgrid-no-such-method#p24496</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navgrid-no-such-method#p24496</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please read the installation instructions.</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....to_install</a></p>
<p>You shouls place the order of the loading modules in right order</p>
<p>In your case you will need maybe to reverse them.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Thu, 01 Sep 2011 08:12:01 +0300</pubDate>
        </item>
        <item>
        	<title>particlem on navGrid : no such method</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navgrid-no-such-method#p24494</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navgrid-no-such-method#p24494</guid>
        	        	<description><![CDATA[</p>
<p>I must have something wrong in my configuration. &#160;The page loads and I get the error message:</p>
<p>"Uncaught jqGrid &#8211; No such method: navGrid"</p>
<p>If I comment out the second .jqGrid call the page loads without errors, but there&#39;s no table inserted.</p>
<p>&#160;Could i get some help from more experienced forum members:</p>
</p>
<p>Script:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5042' value='Select Code' data-codeid='sfcode5042' /></p>
<div class='sfcode' id='sfcode5042'>
<p>&#60;script src=&#34;js/jquery.jqGrid.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;js/i18n/grid.locale-en.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;js/jquery-ui-1.8.16.custom.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#34;js/jquery-1.6.2.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;</p>
<p>&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;css/ui.jqgrid.css&#34; /&#62;</p>
<p>&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;css/custom-theme/jquery-ui-1.8.16.custom.css&#34; /&#62;</p>
<p>&#60;script type=&#34;text/javascript&#34;&#62;</p>
<p>jQuery(&#34;#list2&#8243;).jqGrid({</p>
<p>url:&#39;getPlaces.php?q=Pizza&#39;,</p>
<p>datatype: &#34;json&#34;,</p>
<p>colNames:[&#39;ID&#39;,&#39;Name&#39;, &#39;Category&#39;, &#39;Locality&#39;,&#39;Region&#39;,&#39;Longitude&#39;,&#39;Latitude&#39;],</p>
<p>colModel:[</p>
<p>{name:&#39;factual_id&#39;,index:&#39;factual_id&#39;, width:55},</p>
<p>{name:&#39;name&#39;,index:&#39;name&#39;, width:100},</p>
<p>{name:&#39;category&#39;,index:&#39;category&#39;, width:80, align:&#34;right&#34;},</p>
<p>{name:&#39;locality&#39;,index:&#39;locality&#39;, width:80, align:&#34;right&#34;},</p>
<p>{name:&#39;region&#39;,index:&#39;region&#39;, width:80,align:&#34;right&#34;},</p>
<p>{name:&#39;longitude&#39;,index:&#39;longitude&#39;, width:80,align:&#34;right&#34;},</p>
<p>{name:&#39;latitude&#39;,index:&#39;latitude&#39;, width:80, align:&#34;right&#34;}</p>
<p>],</p>
<p>rowNum:20,</p>
<p>rowList:[20,40,60],</p>
<p>pager: &#39;#pager2&#39;,</p>
<p>sortname: &#39;name&#39;,</p>
<p>viewrecords: true,</p>
<p>sortorder: &#34;desc&#34;,</p>
<p>caption:&#34;Matching suppliers&#34;</p>
<p>});</p>
<p>jQuery(&#34;#list2&#8243;).jqGrid(&#39;navGrid&#39;,&#39;#pager2&#39;,{edit:false,add:false,del:false});</p>
</div>
<p>HTML:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6781' value='Select Code' data-codeid='sfcode6781' /></p>
<div class='sfcode' id='sfcode6781'>
<p>&#60;div id=&#34;pager2&#8243;&#62;&#60;/div&#62;</p>
<p>&#60;table id=&#34;list2&#8243;&#62;&#60;/table&#62;</p>
</div>
]]></description>
        	        	<pubDate>Thu, 01 Sep 2011 02:47:56 +0300</pubDate>
        </item>
</channel>
</rss>