<?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: New User: Just getting a Loading... message</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/new-user-just-getting-a-loading-message</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/new-user-just-getting-a-loading-message/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>bkearney on New User: Just getting a Loading... message</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/new-user-just-getting-a-loading-message#p17655</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/new-user-just-getting-a-loading-message#p17655</guid>
        	        	<description><![CDATA[<p>OK.. stupid noob error. jsonreader should have been jsonReader</p>
</p>
<p>uugh.</p>
</p>
<p>-- bk</p></p>
]]></description>
        	        	<pubDate>Tue, 01 Jun 2010 17:56:05 +0300</pubDate>
        </item>
        <item>
        	<title>tim on New User: Just getting a Loading... message</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/new-user-just-getting-a-loading-message#p17564</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/new-user-just-getting-a-loading-message#p17564</guid>
        	        	<description><![CDATA[<p>1. I use jquery 1.4.2 and jqGrid 3.6.5. with no problems.</p>
<p>2. The order of the data coming back doesn&#39;t matter.</p>
<p>The only thing I see wrong with you code is the extra comma at the end of this line:</p>
<p>{name:&#39;label&#39;, label:&#39;Label&#39;, width:90}<strong>,</strong></p>
<p>I don&#39;t see anything wrong with your json.</p>
<p>Sometimes I get the same hanging, but normally it&#39;s because I made some change to some js that creates an error (like an &#39;undefined&#39; variable somewhere).</p>
<p>tim</p></p>
]]></description>
        	        	<pubDate>Sun, 30 May 2010 00:44:08 +0300</pubDate>
        </item>
        <item>
        	<title>bkearney on New User: Just getting a Loading... message</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/new-user-just-getting-a-loading-message#p17555</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/new-user-just-getting-a-loading-message#p17555</guid>
        	        	<description><![CDATA[<p>I am checking out the tool and doco, and things looked pretty good. I integrated jquery 1.4.2 and jqGrid 3.6.5. When I attempt to load the data.. all I get in the screen is a "Loadng&#8230;" box [1]. The data comingback seems to match the expected data structure with the excpetion of order:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5379' value='Select Code' data-codeid='sfcode5379' /></p>
<div class='sfcode' id='sfcode5379'>You can see the data at the bottom of [1]. I can not paste the json here 🙁</div>
</p>
<p>My code for invoking the Grid is:</p>
<p>%table#t2<br />#pager<br />&#160; <br />:javascript<br />&#160;&#160;&#160; jQuery(document).ready(function(){ <br />&#160;&#160;&#160;&#160;&#160; jQuery("#t2&#8243;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; url:&#39;/consumertypes.json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonreader: {cell:"", id:0, repeatitems:true},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;ID&#39;,&#39;Label&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;, label:&#39;ID&#39;, width:55}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;label&#39;, label:&#39;Label&#39;, width:90}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;label&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: &#39;desc&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Consumer Types&#39;<br />&#160;&#160;&#160;&#160;&#160; }); <br />&#160;&#160;&#160; });</p>
<p>So.. a couple of questions..</p>
<p>1) Are the latest versions incompatible?</p>
<p>2) Does the order of the data coming back matter? The doco shows numbers as strings, does that matter?</p>
<p>2) Am I making some other stupid user error (pebkac)?</p>
</p>
<p>Thanks in advance!</p>
</p>
<p>[1] <a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://bkearney.fedorapeople.org/jqGrid.png&#39;);" rel="nofollow" href="http://bkearney.fedorapeople.org/jqGrid.png" target="_blank"></a><a href="http://bkearney.fedorapeople.o" rel="nofollow" target="_blank">http://bkearney.fedorapeople.o</a>.....jqGrid.png</p>
]]></description>
        	        	<pubDate>Fri, 28 May 2010 23:31:06 +0300</pubDate>
        </item>
</channel>
</rss>