<?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: Object doesn't support property or method 'jqGrid' for very basic grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/object-doesnt-support-property-or-method-jqgrid-for-very-basic-grid</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/object-doesnt-support-property-or-method-jqgrid-for-very-basic-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>thanhedman on Object doesn't support property or method 'jqGrid' for very basic grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/object-doesnt-support-property-or-method-jqgrid-for-very-basic-grid#p29181</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/object-doesnt-support-property-or-method-jqgrid-for-very-basic-grid#p29181</guid>
        	        	<description><![CDATA[<p>Resolved. The script wasn&#39;t loading properly.</p>
]]></description>
        	        	<pubDate>Wed, 17 Jul 2013 08:51:40 +0300</pubDate>
        </item>
        <item>
        	<title>thanhedman on Object doesn't support property or method 'jqGrid' for very basic grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/object-doesnt-support-property-or-method-jqgrid-for-very-basic-grid#p29180</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/object-doesnt-support-property-or-method-jqgrid-for-very-basic-grid#p29180</guid>
        	        	<description><![CDATA[<div class="post-text">
<p>I stuck as closely to the myfirstgrid and demo examples as possible in the relevant code:</p>
<pre class="default prettyprint prettyprinted"><p><input type='button' class='sfcodeselect' name='sfselectit681' value='Select Code' data-codeid='sfcode681' /></p><div class='sfcode' id='sfcode681'>function populateTable() {
jQuery("#timeline").jqGrid({
    datatype: "local", 
    height: 250, 
    colNames:[&#39;Start&#39;,&#39;Symptom&#39;,&#39;Duration&#39;], 
    colModel:[ 
        {name:&#39;start&#39;,index:&#39;start&#39;, width:60, sorttype:"int"}, 
        {name:&#39;name&#39;,index:&#39;name&#39;, width:90, sortable:false}, 
        {name:&#39;duration&#39;,index:&#39;duration&#39;, width:100, sortable:false} 
    ],
    multiselect: false, 
    caption: "Event Timeline" 
});

for(var i=0;i&#60;=globalArray.length;i++) {
jQuery("#timeline").jqGrid(&#39;addRowData&#39;,i+1,globalArray[i]);
};
}</div></pre>
<p>With a blank table</p>
<pre class="default prettyprint prettyprinted"><p><input type='button' class='sfcodeselect' name='sfselectit7579' value='Select Code' data-codeid='sfcode7579' /></p><div class='sfcode' id='sfcode7579'>&#60;table id="timeline"&#62;&#60;/table&#62; </div></pre>
<p>in the corresponding html.</p>
<p>When the function is called, the second line of code throws the  error: "Error: Object doesn&#39;t support property or method &#39;jqGrid&#39;" at  line 2, above.</p>
<p>Any help would be appreciated.</p>
</div>
]]></description>
        	        	<pubDate>Wed, 17 Jul 2013 02:32:15 +0300</pubDate>
        </item>
</channel>
</rss>