<?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: jqGrid doesnt load (not a function)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-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/jqgrid-doesnt-load-not-a-function/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid doesnt load (not a function)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-not-a-function#p2605</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-not-a-function#p2605</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Open jquery.jqGrid.js and ajust the path to javascript files. They are relatiive not to the jqGrid.js, but to from where you load jqGrid. Also read carefully the docs.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 20 Oct 2008 06:06:30 +0300</pubDate>
        </item>
        <item>
        	<title>AStroP on jqGrid doesnt load (not a function)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-not-a-function#p2604</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-not-a-function#p2604</guid>
        	        	<description><![CDATA[<p>Think, it won&#39;t work without jquery.js</p>
]]></description>
        	        	<pubDate>Mon, 20 Oct 2008 06:05:55 +0300</pubDate>
        </item>
        <item>
        	<title>suvan on jqGrid doesnt load (not a function)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-not-a-function#p2602</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-not-a-function#p2602</guid>
        	        	<description><![CDATA[<p>forgot to mention,</p>
<p>I&#39;m loading Jquery ver 1.2.6 before all the other scripts...</p>
</p>
<p>thanks</p></p>
]]></description>
        	        	<pubDate>Sun, 19 Oct 2008 10:53:43 +0300</pubDate>
        </item>
        <item>
        	<title>suvan on jqGrid doesnt load (not a function)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-not-a-function#p2601</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-doesnt-load-not-a-function#p2601</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I&#39;ve installed jqrid 3.3 on my ASP page, using JSON as data type.</p>
<p>when the page is loading I&#39;m getting:&#160;&#160; <span class="objectBox objectBox-errorMessage hasBreakSwitch breakForError">$("#list").jqGrid is not a function</span></p>
<p>till now no direction and no info on the net.</p>
<p>any comment?</p>
<p>I&#39;ve pasted here the code I&#39;ve used:</p>
</p>
<p><strong>HTML</strong></p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="/backoffice/jqGrid/themes/basic/grid.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="/backoffice/jqGrid/themes/jqModal.css" /&#62;</p>
<p>&#60;script language="JavaScript" src="/backoffice/jqGrid/jquery.jqGrid.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script language="JavaScript" src="/backoffice/jqGrid/js/jqModal.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;script language="JavaScript" src="/backoffice/jqGrid/js/jqDnR.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script language="javascript"&#62;</p>
<p>&#160;$(document).ready(function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; $("#list").jqGrid({<br />&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url:&#39;users_data.asp?query=username_~sha10109~&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root: &#39;rows&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;#&#39;,&#39;Username&#39;, &#39;First name&#39;,&#39;Last name&#39;,&#39;Country&#39;,&#39;Sex&#39;,&#39;Age&#39;,&#39;Email&#39;,&#39;Info&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;row&#39;, index:&#39;row&#39;, width:20}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;username&#39;, index:&#39;username&#39;, width:90, sortable:true}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;fname&#39;, index:&#39;fname&#39;, width:100, align:&#39;left&#39;, sortable:true},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;lname&#39;, index:&#39;lname&#39;, width:100, align:&#39;left&#39;, sortable:true},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;country&#39;, index:&#39;country&#39;, width:100, align:&#39;left&#39;, sortable:true},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;sex&#39;, index:&#39;sex&#39;, width:30, align:&#39;left&#39;, sortable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;age&#39;, index:&#39;age&#39;, width:30, align:&#39;left&#39;, sortable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;email&#39;, index:&#39;email&#39;, width:120, align:&#39;left&#39;, sortable:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;info&#39;, index:&#39;info&#39;, width:100, align:&#39;left&#39;, sortable:false}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ], <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: $(&#39;#pager&#39;),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: &#39;desc&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadonce: false, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: &#39;jqGrid/themes/basic/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Users List&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160; }) ;<br />&#160; <br />&#160;&#160;&#160; });</p>
<p>&#60;/script&#62;</p>
</p>
<p>&#60;table id="list" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62; <br />&#60;div id="pager" class="scroll" style="text-align:center;"&#62;&#60;/div&#62;</p>
]]></description>
        	        	<pubDate>Sun, 19 Oct 2008 10:50:18 +0300</pubDate>
        </item>
</channel>
</rss>