<?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: setGridParam no longer loads data as of jQuery 1.8.3</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/setgridparam-no-longer-loads-data-as-of-jquery-1-8-3</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/setgridparam-no-longer-loads-data-as-of-jquery-1-8-3/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jm44122 on setGridParam no longer loads data as of jQuery 1.8.3</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/setgridparam-no-longer-loads-data-as-of-jquery-1-8-3#p29044</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/setgridparam-no-longer-loads-data-as-of-jquery-1-8-3#p29044</guid>
        	        	<description><![CDATA[<p>Disregard. Apparently my code was affected by other jQuery issues that caused this command be set a negative value. The negative value resulted in the column headers being shown, but none of the data rows.</p>
</p>
<p>for example,</p>
<p>$myTable.jqGrid(&#39;setGridHeight&#39;, -100);</p>
]]></description>
        	        	<pubDate>Thu, 20 Jun 2013 22:15:56 +0300</pubDate>
        </item>
        <item>
        	<title>jm44122 on setGridParam no longer loads data as of jQuery 1.8.3</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/setgridparam-no-longer-loads-data-as-of-jquery-1-8-3#p29020</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/setgridparam-no-longer-loads-data-as-of-jquery-1-8-3#p29020</guid>
        	        	<description><![CDATA[<p>We have not been frequently updating our jQuery or jqGrid versions. When trying to upgrade to the latest releases, I&#39;ve discovered that setGridParam no longer works in my code. Since no one else seems to be having this issue, I am blaming my code, but cannot identify the problem.</p>
</p>
<p>When we were using jQuery 1.7.1 and jqGrid 4.4.1; all worked okay. I&#39;ve tried a few versions of jQuery, and the issue seems to have started with the release of 1.8.3. Using that version and jqGrid 4.4.4; the data no longer shows in the grid.&#160;</p>
</p>
<p>Here is a short bit of the program. trows is the JSON length returned from the $.ajax call. tdata is the JSON data. Stepping through a debugger, these values do exist when calling the jqGrid functions. Can someone point out what I may have missed in the release notes? Thanks.</p>
</p>
<p>$myTable</p>
<p>.jqGrid(&#39;clearGridData&#39;)</p>
<p>.jqGrid(&#39;setGridParam&#39;,</p>
<p>{</p>
<p>datatype: "local",</p>
<p>data: tdata,</p>
<p>rowNum: trows &#62; 50 ? 50 : trows &#160; &#160; &#160; &#160; &#160; &#160;</p>
<p>}</p>
<p>.trigger("reloadGrid");</p>
]]></description>
        	        	<pubDate>Mon, 17 Jun 2013 22:49:24 +0300</pubDate>
        </item>
</channel>
</rss>