<?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: $.jgrid undefined error in 3.5</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jgrid-undefined-error-in-35</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/bugs/jgrid-undefined-error-in-35/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>zacheryph on $.jgrid undefined error in 3.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jgrid-undefined-error-in-35#p7653</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jgrid-undefined-error-in-35#p7653</guid>
        	        	<description><![CDATA[<p>i just tried this with master (143b0e52dd5) from git and it works fine. &#160;is the 3.5beta on the website known to not work?</p>
]]></description>
        	        	<pubDate>Fri, 03 Jul 2009 19:35:27 +0300</pubDate>
        </item>
        <item>
        	<title>zacheryph on $.jgrid undefined error in 3.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jgrid-undefined-error-in-35#p7652</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jgrid-undefined-error-in-35#p7652</guid>
        	        	<description><![CDATA[<p>i&#39;m running jquery 1.3.2 and downloaded the jqGrid from the website with the package creator (full, and what i wanted specifically) but i get this error in both safari 4.0 and firefox 3.5.</p>
<p>safari full worded error:</p>
<p>TypeError: Result of expression &#39;$.jgrid&#39; [undefined] is not an object. jquery.jqgrid.js:9</p>
<p>here is my code:</p>
</p>
<pre>$(function() {
  $(&#39;#po_order&#39;).jqGrid({
    url: &#39;/ajax/jq_purchase_orders&#39;,
    datatype: &#39;json&#39;,
    colNames: [&#39;Order Date&#39;, &#39;Status&#39;, &#39;Total&#39;],
    colModel: [
      {name:&#39;order_date&#39;, index:&#39;order_date&#39;, width: 100, sortable:true},
      {name:&#39;order_status&#39;, index:&#39;order_status&#39;, width: 150, sortable:true},
      {name:&#39;po_total&#39;, index:&#39;po_total&#39;, width: 100, sortable:true}
    ],
    rowNum: 10,
    rowList: [10, 20, 40, 50],
    pager: $(&#39;#pager&#39;),
    sortname: &#39;order_date&#39;,
    sortorder: &#39;desc&#39;,
    viewrecords: true,
    caption: &#39;Purchase Orders&#39;
  });.navGrid(&#39;#pager&#39;, {edit:false, add:false, del:false});
});</pre>
</p>
<p>pretty much right from the examples on the website.</p>
]]></description>
        	        	<pubDate>Fri, 03 Jul 2009 19:22:34 +0300</pubDate>
        </item>
</channel>
</rss>