<?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 is not a function</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/navgrid-is-not-a-function</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-is-not-a-function/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>existentist on navgrid is not a function</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navgrid-is-not-a-function#p20715</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navgrid-is-not-a-function#p20715</guid>
        	        	<description><![CDATA[</p>
<p><strong>uncaught exception: jqGrid &#8211; No such method: navGrid</strong></p>
</p>
<p>I&#39;m having the same issue. I&#39;ve downloaded <strong>jqGrid 3.8.1</strong> with all of the optional modules.</p>
<p>I&#39;m calling a local json datasource (data.js) based on the (json example included with the documentation.</p>
</p>
<p>&#60;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript" src="js/grid.locale-en.js"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script type="text/javascript"&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;jQuery.jgrid.no_legacy_api = true;<br />&#160;&#160; &#160;&#60;/script&#62;<br />&#60;script type="text/javascript" src="js/jquery.jqGrid.min.js"&#62;&#60;/script&#62;</p>
</p>
<p>&#60;script&#62;<br />$(function() { <br />&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#list2&#8243;).jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;url:&#39;/js/data.js&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype: "json",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;mtype: &#39;GET&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;First Name&#39;,&#39;Last Name&#39;, &#39;Email&#39;, &#39;Phone&#39;,&#39;Cell&#39;,&#39;Department&#39;,&#39;Location&#39;], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel:[ {name:&#39;First name&#39;,index:&#39;firstname&#39;, width:90}, {name:&#39;Last Name&#39;,index:&#39;lastname asc, firstname&#39;, width:100}, {name:&#39;Email&#39;,index:&#39;email&#39;, width:80, align:"right"}, {name:&#39;Phone&#39;,index:&#39;phone&#39;, width:80, align:"right"}, {name:&#39;Cell&#39;,index:&#39;cell&#39;, width:80, align:"right"}, {name:&#39;Department&#39;,index:&#39;department&#39;, width:80,align:"right"}, {name:&#39;Location&#39;,index:&#39;location&#39;, width:150, sortable:false} ], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;rowNum:10, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;rowList:[10,20,30], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;pager: &#39;#pager2&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortname: &#39;id&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;viewrecords: true, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortorder: "desc", <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;caption:"Online Directory" }); <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#list2&#8243;).jqGrid(&#39;navGrid&#39;,&#39;#pager2&#39;,{edit:false,add:false,del:false}); <br />&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;});<br />&#160;&#60;/script&#62;</p>
<p>for</p>
<p>&#60;table id="list2&#8243;&#62;&#60;/table&#62;<br />&#60;div id="pager2&#8243;&#62;&#60;/div&#62;</p>
</p>
<p>Any ideas?</p>
]]></description>
        	        	<pubDate>Tue, 09 Nov 2010 21:14:49 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on navgrid is not a function</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navgrid-is-not-a-function#p20574</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navgrid-is-not-a-function#p20574</guid>
        	        	<description><![CDATA[<p>I suppose you have wrong order of loading of JavaScript files. You should look at the <a href="/jqgridwiki/doku.php?id=wiki:first_grid#html_file" target="_blank">documentation</a>&#160;if it will not help, then post the whole code example including the HTML code with full JavaScript code.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Sat, 30 Oct 2010 02:09:05 +0300</pubDate>
        </item>
        <item>
        	<title>opike on navgrid is not a function</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navgrid-is-not-a-function#p20553</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navgrid-is-not-a-function#p20553</guid>
        	        	<description><![CDATA[<p>Wanted to also mention in that prior to the above mention I was getting a different error message due to the fact that the listed code for the sample was missing a right paren and right curly brace. I removed the jQuery().ready (which the other samples in that group didn&#39;t have) and that got me past the first error but I&#39;m still dealing with the "navGrid is not a function" error.</p>
]]></description>
        	        	<pubDate>Fri, 29 Oct 2010 00:10:31 +0300</pubDate>
        </item>
        <item>
        	<title>opike on navgrid is not a function</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navgrid-is-not-a-function#p20552</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navgrid-is-not-a-function#p20552</guid>
        	        	<description><![CDATA[<p>I&#39;m working on implementing the XML Example&#160;from here:</p>
<p><a href="http://trirand.com/blog/jqgrid/jqgrid.html" rel="nofollow" target="_blank"><a href="http://trirand.com/blog/jqgrid" rel="nofollow">http://trirand.com/blog/jqgrid</a>.....qgrid.html</a></p>
</p>
<p>And the table data seems to show up ok but I still get the following error message:</p>
<p>jQuery("#list1").jqGrid({url: "servera.php?q=1", datatype: "xml", colNames: ["Inv No", "Date1", "Client", "Amount", "Tax", "Total", "Notes"], colModel: [{name: "id", index: "id", width: 75}, {name: "invdate", index: "invdate", width: 90}, {name: "name", index: "name", width: 100}, {name: "amount", index: "amount", width: 80, align: "right"}, {name: "tax", index: "tax", width: 80, align: "right"}, {name: "total", index: "total", width: 80, align: "right"}, {name: "note", index: "note", width: 150, sortable: false}], rowNum: 10, autowidth: true, rowList: [10, 20, 30], pager: jQuery("#pager1"), sortname: "id", viewrecords: true, sortorder: "desc", caption: "XML Example"}).navGrid is not a function</p>
]]></description>
        	        	<pubDate>Fri, 29 Oct 2010 00:05:09 +0300</pubDate>
        </item>
</channel>
</rss>