<?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: Grid hanging on loading??</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading</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/grid-hanging-on-loading/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dsheffner on Grid hanging on loading??</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10294</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10294</guid>
        	        	<description><![CDATA[<p>I&#39;m trying to just get the example to work.&#160; How can I tell if the javascript code is actually calling the PHP script at all?&#160; I have been watching the apache logs but no luck.</p>
]]></description>
        	        	<pubDate>Wed, 30 Sep 2009 17:56:02 +0300</pubDate>
        </item>
        <item>
        	<title>dlee on Grid hanging on loading??</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10293</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10293</guid>
        	        	<description><![CDATA[<p>I&#39;m getting the same behavior, but only when the resulting data has 0 rows. Check and make sure that the data your server is returning has more than 0 rows. I already filed a bug about the "0 rows causes Grid to hang on Loading..."</p>
]]></description>
        	        	<pubDate>Wed, 30 Sep 2009 15:36:09 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Grid hanging on loading??</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10143</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10143</guid>
        	        	<description><![CDATA[<p>Check for not needed commas in colModel</p>
]]></description>
        	        	<pubDate>Fri, 25 Sep 2009 05:39:03 +0300</pubDate>
        </item>
        <item>
        	<title>T-Xorcist on Grid hanging on loading??</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10100</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10100</guid>
        	        	<description><![CDATA[<p>I get the following error message from IE8:</p>
</p>
<p>Errordetails webpag</p>
<p>Gebruikersagent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)<br />Tijdstempel: Fri, 25 Sep 2009 00:02:12 UTC</p>
<p>Message: &#39;ts.p.colModel[...].name&#39; is empty or no object<br />Line: 10<br />Teken: 10946<br />Code: 0<br />URI: <a rel="nofollow" href="http://xxx/js/jquery/jquery.jqGrid.min.js" target="_blank"></a><a href="http://xxx/js/jquery/jquery.jq" rel="nofollow" target="_blank">http://xxx/js/jquery/jquery.jq</a>.....rid.min.js</p>
]]></description>
        	        	<pubDate>Thu, 24 Sep 2009 19:03:34 +0300</pubDate>
        </item>
        <item>
        	<title>T-Xorcist on Grid hanging on loading??</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10072</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10072</guid>
        	        	<description><![CDATA[<p>I have the same problem. I just can&#39;t get it too work.<img class="spSmiley" style="margin:0" title="Yell" src="/blog/wp-content/forum-smileys/sf-yell.gif" alt="Yell" /></p>
]]></description>
        	        	<pubDate>Thu, 24 Sep 2009 04:21:16 +0300</pubDate>
        </item>
        <item>
        	<title>glammagod on Grid hanging on loading??</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10071</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-hanging-on-loading#p10071</guid>
        	        	<description><![CDATA[</p>
<p>I am trying to use the JQuery plugin&#160;<a rel="nofollow" href="/blog/" target="_blank">jqGrid</a>&#160;with an asp .net mvc app.</p>
<p>I am passing the grid a JSON object in the following&#160;<a rel="nofollow" href="http://www.secondpersonplural.ca/jqgriddocs/_2eb0f6jhe.htm" target="_blank">format</a>&#160;as in the jqGrid documentation:</p>
<p>{</p>
<p><span> </span>&#8220;total&#8221;:1,</p>
<p><span> </span>&#8220;page&#8221;:1,</p>
<p><span> </span>&#8220;records&#8221;:10,</p>
<p><span> </span>&#8220;rows&#8221;:</p>
<p><span> </span>[{</p>
<p><span> </span>"i":1,"cell":["Test","Testical"]},</p>
<p><span> </span> &#160; &#160; &#160; {&#8221;i&#8221;:2,&#8221;cell&#8221;:["Test1","Testical"]},</p>
<p><span> </span> &#160; &#160; &#160; {&#8221;i&#8221;:3,&#8221;cell&#8221;:["Test2","Testical"]}]</p>
<p>}</p>
<p>and the jqGrid is setup:</p>
<p>jQuery(&#8221;#searchResults&#8221;).jqGrid({</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;url: &#39;/Customer/SearchResults/&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;datatype: &#39;json&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;mtype: &#39;GET&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;colNames: [&#39;Surname&#39;, &#39;Forename&#39;],</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;colModel: [</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{ name: &#39;Surname&#39;, index: &#39;Surname&#39;, width: 200, align: &#39;left&#39; },</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{ name: &#39;Forename&#39;, index: &#39;Forename&#39;, width: 200, align: &#39;left&#39;}],</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;pager: jQuery(&#39;#pager&#39;),</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;rowNum: 10,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;rowList: [5, 10, 20, 50],</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;sortname: &#39;Id&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;sortorder: &#8220;desc&#8221;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;viewrecords: true,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;imgpath: &#39;/scripts/themes/coffee/images&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;caption: &#39;My first grid&#39;</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;});</p>
<p>Its hitting my action but the grid is stuck on loading, any ideas what I am doing wrong??</p>
<p>Thanks</p></p>
]]></description>
        	        	<pubDate>Thu, 24 Sep 2009 03:33:49 +0300</pubDate>
        </item>
</channel>
</rss>