<?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: 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4</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/3-6-5-no-rows-displaying-after-update-from-3-6-4/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17141</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17141</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>First of all thank you for this investigation.</p>
<p>The Long Story (for 3.6.5):</p>
<p>In order to support JSONP correct we switch from complete ajax event to success one.</p>
<p>This causes to overcome jqGrid parse function.</p>
<p>In the success event jQuery makes his own validation for the json object and if the json format returned from the server is not correct&#160; nothing happen.</p>
<p>That is:&#160; if you want to test this just use the jQuery ajax get function&#160; on the same request and see the result.</p>
<p>We need to update documentation for this purpose.</p>
<p>Again Thank you very much</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 13 May 2010 14:16:50 +0300</pubDate>
        </item>
        <item>
        	<title>Inara on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17132</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17132</guid>
        	        	<description><![CDATA[<p>After a long debug/trace session with firebug, I finally found the source of the issue. It appears that the jqGrid 3.6.5 only supports strictly formatted JSON, with quotes around the name<em> and </em>value of each key. I tested flipping back and forth between 3.6.4 and 3.6.5 and dropping/adding the quotes in each to confirm that this was the problem. To use my example from above, the return data must be formatted as follows for jqGrid 3.6.5:</p>
<p>{<br />&#160;&#160;&#160; "page":"1",<br />&#160;&#160;&#160; "total":"1",<br />&#160;&#160;&#160; "records":"3",<br />&#160;&#160;&#160; "rows":[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {"TestCol":"Test1"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {"TestCol":"Test2"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {"TestCol":"Test3"}<br />&#160;&#160;&#160; ]<br />}</p>
<p>I hope this information will quickly resolve the issue for anyone else that was still experiencing it.</p>
<p>@Tony: Was this change intentional? If so, you&#39;ll probably want to update the documentation on the wiki to indicate that you&#39;ve started to follow the strict JSON formatting rules, since the current examples under the JSON instructions in the "Data Manipulation" section use the old style (name:"value") and will no longer run. In any case, thanks for all the work you put into jqGrid, and for being available on the forum to discuss these issues with users.</p>
<p>Regards,</p>
<p>Matt</p>
]]></description>
        	        	<pubDate>Thu, 13 May 2010 00:17:56 +0300</pubDate>
        </item>
        <item>
        	<title>Inara on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17130</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17130</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>Unfortunately, I do not have a public webserver available to host a demo file on at this point in time. Is there any chance you could provide the source for v3.6.4 so I could run some tests comparing the two? I have the min version of 3.6.4, but not the source.</p>
<p>Thanks,</p>
<p>Matt</p>
]]></description>
        	        	<pubDate>Wed, 12 May 2010 23:20:01 +0300</pubDate>
        </item>
        <item>
        	<title>tony on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17125</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17125</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Better provide a link to the problem. If possible do not include the min version, but the development one.</p>
<p>Thank you</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 12 May 2010 22:13:28 +0300</pubDate>
        </item>
        <item>
        	<title>Inara on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17122</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17122</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>I created a very simple, single-column grid, as follows:</p>
<p>&#60;script type="text/javascript"&#62;<br />&#160;&#160; &#160;$(function(){<br />&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#TestGrid").jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;Test&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel:[<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:"TestCol", width:200, align:"left"}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height: "auto",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;url:"/cgi-bin/testgrid.py",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype: "json",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;mtype: "POST",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jsonReader: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;root: "rows",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;page: "page",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;total: "total",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;records: "records",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;repeatitems: false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;id: "TestCol"<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;});<br />&#160;&#160; &#160;});<br />&#60;/script&#62;</p>
<p>It is receiving the following JSON data from the test script:</p>
<p>{<br />&#160;&#160;&#160; page:"1",<br />&#160;&#160;&#160; total:"1",<br />&#160;&#160;&#160; records:"11",<br />&#160;&#160;&#160; rows:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {TestCol:"Test1"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {TestCol:"Test2"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {TestCol:"Test3"}<br />&#160;&#160;&#160; ]<br />}</p>
<p>With 3.6.4, it works perfectly, producing three rows. With 3.6.5, it doesn&#39;t produce any rows, but also throws no errors.</p>
<p>If it helps, I can send you the full html page and python script I used for the test, but they are literally bare bones.</p>
<p>Thanks for working with me to try to sort out the issue.</p>
]]></description>
        	        	<pubDate>Wed, 12 May 2010 21:26:34 +0300</pubDate>
        </item>
        <item>
        	<title>tony on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17119</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17119</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Can you write by hand a simple grid - not generated from some code and test with the new version.</p>
<p>I feel that some not accepted chars are send to the grid configuration which causes this problem.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 12 May 2010 20:54:33 +0300</pubDate>
        </item>
        <item>
        	<title>Inara on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17116</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17116</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>Thanks for catching that trailing comma (it was being auto-generated by one of our code tools), but it doesn&#39;t appear to be what was causing the issue. I removed the comma in question, and the grids are still loading blank, with no associated error messages. The older versions of jqGrid (3.6.4 or less) seem to work with or without the comma in place, and the new versions fails with or without it in place.</p>
</p>
<p>Regards,</p>
<p>Matt</p>
]]></description>
        	        	<pubDate>Wed, 12 May 2010 19:58:03 +0300</pubDate>
        </item>
        <item>
        	<title>tony on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17099</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17099</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>@Inara you have a error in the grid configuration.</p>
<p>The last object in colModel contain comma,</p>
</p>
<p>{name:"ColNum", width:40, align:"left", sortable:"true", sorttype:"text",editable:true, editrules:{required:false}, edittype:"select", editoptions:{style:"width:98%; max-width:50px",value:{"":"","3":"1"}}, hidden:false}, &#60;===== Error<br />&#160;&#160; &#160;&#160;&#160; &#160;],</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 12 May 2010 13:07:31 +0300</pubDate>
        </item>
        <item>
        	<title>peterloron on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17038</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17038</guid>
        	        	<description><![CDATA[<p>I have this issue with the 3.6 demo files. If I use the included (3.6.1?) version of jqGrid, the demos work. If I swap in the 3.6.5 file from the website, I get no data back. This is independent of using the built in jQuery or using the latest jQuery and jQueryUI from Google&#39;s CDN.</p>
]]></description>
        	        	<pubDate>Mon, 10 May 2010 20:49:06 +0300</pubDate>
        </item>
        <item>
        	<title>peterloron on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17026</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p17026</guid>
        	        	<description><![CDATA[<p>I am having similar behavior, although this is with a new jqGrid install and not with an upgrade. However, I&#39;ve been over the code and JSON extensively and can&#39;t find any deviation from the examples. jqGrid 3.6.5, jQuery 1.4.2, jQueryUI 1.8.1.</p>
</p>
<p>I would be happy to try jqGrid 3.6.4, but I can&#39;t download it any longer...</p>
]]></description>
        	        	<pubDate>Sun, 09 May 2010 20:08:34 +0300</pubDate>
        </item>
        <item>
        	<title>Inara on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p16985</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p16985</guid>
        	        	<description><![CDATA[<p>@Tony: I&#39;m using jQuery v1.4.2 &#38; jQueryUI v1.8.1. (Though I tested it using UI v1.8, as well.) Here is a code example:</p>
<p>jQuery("#ElementDynamic").jqGrid({<br />&#160;&#160; &#160;postData: {gridID:"195",recordID:"1",parentID:"",user:"",gridFilter:"",applicationName:"Alchemy"},<br />&#160;&#160; &#160;colNames:[&#39;ID&#39;, &#39;&#39;, &#39;Name&#39;, &#39;Type&#39;, &#39;Width&#39;, &#39;Style&#39;, &#39;Label&#39;, &#39;DB Column&#39;, &#39;Data Type&#39;, &#39;Align&#39;, &#39;Vert&#39;, &#39;Col&#39;],<br />&#160;&#160; &#160;colModel:[<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"ID", width:50, align:"left", sortable:"true", sorttype:"int",editable:false, editrules:{required:false}, edittype:"text", editoptions:{datatype:"int"}, hidden:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"ElementDynamicSelect",index:"ElementDynamicSelect",width:55,sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"Name", width:200, align:"left", sortable:"true", sorttype:"text",editable:true, editrules:{required:true}, edittype:"text", editoptions:{style:"width:96%; max-width:200px",datatype:"str"}, hidden:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"ElementType", width:80, align:"left", sortable:"true", sorttype:"text",editable:true, editrules:{required:true}, edittype:"select", editoptions:{style:"width:98%; max-width:80px",datatype:"str",value:{"":"","Field":"Field","Label":"Label","Table":"Table","Container":"Container","Spacer":"Spacer","Pagebreak":"Pagebreak"}}, hidden:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"Width", width:60, align:"left", sortable:"true", sorttype:"number",editable:true, editrules:{required:false}, edittype:"text", editoptions:{style:"width:96%; max-width:60px",datatype:"float"}, hidden:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"ElementStyle", width:100, align:"left", sortable:"true", sorttype:"text",editable:true, editrules:{required:false}, edittype:"text", editoptions:{style:"width:96%; max-width:100px",datatype:"str"}, hidden:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"Label", width:120, align:"left", sortable:"true", sorttype:"text",editable:true, editrules:{required:false}, edittype:"text", editoptions:{style:"width:96%; max-width:120px",datatype:"str"}, hidden:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"DBColumn", width:120, align:"left", sortable:"true", sorttype:"text",editable:true, editrules:{required:false}, edittype:"text", editoptions:{style:"width:96%; max-width:120px",datatype:"str"}, hidden:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"DataType", width:80, align:"left", sortable:"true", sorttype:"text",editable:true, editrules:{required:false}, edittype:"select", editoptions:{style:"width:98%; max-width:80px",datatype:"str",value:{"":"","Str":"Str","Int":"Int","Float":"Float","Percent":"Percent","Money":"Money","Bool":"Bool","Date":"Date","Time":"Time","Phone":"Phone","Datetime":"Datetime","SSN":"SSN"}}, hidden:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"ElementAlignment", width:60, align:"left", sortable:"true", sorttype:"text",editable:true, editrules:{required:false}, edittype:"select", editoptions:{style:"width:98%; max-width:60px",datatype:"str",value:{"":"","left":"left","center":"center","right":"right"}}, hidden:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"VerticalOrder", width:40, align:"left", sortable:"true", sorttype:"int",editable:true, editrules:{required:true}, edittype:"text", editoptions:{style:"width:96%; max-width:50px",datatype:"int"}, hidden:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:"ColNum", width:40, align:"left", sortable:"true", sorttype:"text",editable:true, editrules:{required:false}, edittype:"select", editoptions:{style:"width:98%; max-width:50px",value:{"":"","3":"1"}}, hidden:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;height: 242,<br />&#160;&#160; &#160;jsonReader: {<br />&#160;&#160; &#160;&#160;&#160; &#160;root: "rows",<br />&#160;&#160; &#160;&#160;&#160; &#160;page: "page",<br />&#160;&#160; &#160;&#160;&#160; &#160;total: "total",<br />&#160;&#160; &#160;&#160;&#160; &#160;records: "records",<br />&#160;&#160; &#160;&#160;&#160; &#160;repeatitems: false,<br />&#160;&#160; &#160;&#160;&#160; &#160;id: "ID"<br />&#160;&#160; &#160;},<br />&#160;&#160; &#160;loadComplete: function(){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var ids = jQuery("#ElementDynamic").getDataIDs();<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;for(var i=0;i&#60;ids.length;i++){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var cl = ids[i];<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;cl = cl.replace(/,/gi,"");<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var ElementDynamicSelectCol = &#39;&#60;input style="height:21px;width:50px;" type="button" value="Select" onclick="submitCommand(\&#39;edit&#124;26&#124;&#39;+cl+&#39;\&#39;);" /&#62;&#39;;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#ElementDynamic").setRowData(ids[i],{ElementDynamicSelect:ElementDynamicSelectCol})<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160; &#160;ondblClickRow: function(id){<br />&#160;&#160; &#160;&#160;&#160; &#160;jQuery("#ElementDynamic").editRow(id,true,function(rowid){generateDatepickers("#" + rowid);},false,"alchemy_dev_table_edit_run.py",{gridID:"195",recordID:"1",applicationName:"Alchemy"});<br />&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;pager: jQuery("#ElementDynamic_pager"),<br />&#160;&#160; &#160;pgtext:"",<br />&#160;&#160; &#160;pginput:false,<br />&#160;&#160; &#160;pgbuttons:false,<br />&#160;&#160; &#160;viewrecords:true,<br />&#160;&#160; &#160;editurl:"alchemy_dev_table_edit_run.py",<br />&#160;&#160; &#160;caption: "Dynamic Elements"<br />}).navGrid("#ElementDynamic_pager",<br />&#160;&#160; &#160;{add:true,edit:false,del:true,search:false,refresh:false, view:false},<br />&#160;&#160; &#160;{width:266.7,savekey:[true,13],closeOnEscape:true,closeOnEscape:true,closeAfterEdit:true,editData:{gridID:"195",recordID:"1",applicationName:"Alchemy"},reloadAfterSubmit:true,beforeShowForm:function(formid){generateDatepickers("#FrmGrid_ElementDynamic");}},<br />&#160;&#160; &#160;{width:266.7,savekey:[true,13],closeOnEscape:true,closeAfterAdd:true,editData:{gridID:"195",recordID:"1",applicationName:"Alchemy"},reloadAfterSubmit:true,beforeShowForm:function(formid){generateDatepickers("#FrmGrid_ElementDynamic");}},<br />&#160;&#160; &#160;{height:110,width:275,closeOnEscape:true,msg:"Are you sure you want to delete the selected row?",delData:{gridID:"195",recordID:"1",applicationName:"Alchemy"},reloadAfterSubmit:true},<br />&#160;&#160; &#160;{}<br />&#160;&#160; &#160;);</p></p>
]]></description>
        	        	<pubDate>Thu, 06 May 2010 20:41:49 +0300</pubDate>
        </item>
        <item>
        	<title>tony on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p16941</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p16941</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>@Inara - I&#39;m not sure what is going with this, but if you send me a link to the problem I maybe can help.</p>
<p>Also which version of jQuery is used?</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 06 May 2010 13:02:35 +0300</pubDate>
        </item>
        <item>
        	<title>buteo on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p16933</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p16933</guid>
        	        	<description><![CDATA[<p>I know it&#39;s no help to you, but I&#39;ve got the same issue upgrading from 3.6.2 to 3.6.5. Also using JSON. No data displayed.</p>
</p>
<p>There&#39;s clearly a serious breaking change somewhere!</p>
<p>This is my code that works beautifully in 3.6.2 (it&#39;s requesting the data correctly and getting exactly the same JSON data that works with 3.6.2):</p>
<p><span style="color: #0000ff;">&#160;<span style="color: #000000;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(document).ready(function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var mygrid = $(&#39;#list&#39;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ajaxGridOptions: { contentType: "application/json; charset=utf-8&#8243; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; serializeGridData: function(postdata) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.contract_number = $.query.get("contract_number");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.product_serial_number = $.query.get("product_serial_number");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.conman_customer_id = $.query.get("conman_customer_id");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.oracle_customer_number = $.query.get("oracle_customer_number");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.coverage_template = $.query.get("coverage_template");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.contract_origin = $.query.get("contract_origin");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.status = $.query.get("status");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.not_status = $.query.get("not_status");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.tsslog_customer_id = $.query.get("tsslog_customer_id");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (postdata._search == false) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.searchField = $.query.get("searchfield");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.searchString = $.query.get("searchstring");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdata.searchOper = $.query.get("searchoper");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (postdata.filters == null) { postdata.filters = "";}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;return JSON.stringify(postdata);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: "webservices/contracts.asmx/contractlist",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: "json",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: "POST", // don&#39;t know why this is needed here and not on ajaxGridOptions like contentType<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onSelectRow: function(ids) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; getdetaildata(ids); //version that gets the data from the web service, including data from joined tables (comments and entitlements)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //showDetailsFromjqGridRow(ids); //version that extracts the data from the grid row, avoiding the need for another data pull<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;id&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Contract&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Line&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Eff&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Ver&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Status&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Start&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;End&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Cov Template&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Serv Part No&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Product&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Prod Part No&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Serial No&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Description&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Term reason&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Term date&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Contract_origin&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Renewal date&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;import_status&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;conman_cust_id&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Created&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Updated&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Contact_name&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Contact_email&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Contact_role&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Level&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;Cust contacts&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;3rd pty contacts&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;bill_to_num&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;bill_to_name&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;bill_to_addr&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;ship_to_num&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;ship_to_name&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;ship_to_addr&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;other_num&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;other_name&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;other_addr&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;id&#39;, index: &#39;id&#39;, width: 15, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;contract_number&#39;, index: &#39;contract_number&#39;, width: 80, hidden: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;line_number&#39;, index: &#39;line_number&#39;, hidden: true, width: 30, align: "center" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;effectivity_number&#39;, index: &#39;effectivity_number&#39;, hidden: true, width: 30, align: "center" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;version_number&#39;, index: &#39;version_number&#39;, hidden: true, width: 30, align: "center" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;status&#39;, index: &#39;status&#39;, width: 70, hidden: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;start_date&#39;, index: &#39;start_date&#39;, width: 55, hidden: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;end_date&#39;, index: &#39;end_date&#39;, width: 55, hidden: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;coverage_template&#39;, index: &#39;coverage_template&#39;, width: 100, hidden: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;service_part_number&#39;, index: &#39;service_part_number&#39;, width: 80, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;product_description&#39;, index: &#39;product_description&#39;, width: 100, hidden: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;product_part_number&#39;, index: &#39;product_part_number&#39;, width: 80, hidden: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;product_serial_number&#39;, index: &#39;product_serial_number&#39;, width: 100, hidden: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;contract_description&#39;, index: &#39;contract_description&#39;, width: 100, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;termination_reason&#39;, index: &#39;termination_reason&#39;, width: 100, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;terminated_date&#39;, index: &#39;termination_date&#39;, width: 65, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;contract_origin&#39;, index: &#39;contract_origin&#39;, width: 80, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;renewal_date&#39;, index: &#39;renewal_date&#39;, width: 55, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;import_status&#39;, index: &#39;import_status&#39;, width: 65, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;conman_customer_id&#39;, index: &#39;conman_customer_id&#39;, width: 65, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;created_date&#39;, index: &#39;created_date&#39;, width: 55, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;updated_date&#39;, index: &#39;updated_date&#39;, width: 55, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;contact_name&#39;, index: &#39;contact_name&#39;, width: 65, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;contact_email&#39;, index: &#39;contact_email&#39;, width: 65, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;contact_role&#39;, index: &#39;contact_role&#39;, width: 65, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;level&#39;, index: &#39;level&#39;, width: 65, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;customer_contacts&#39;, index: &#39;customer_contacts&#39;, width: 65, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;third_party_contacts&#39;, index: &#39;third_party_contacts&#39;, width: 65, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;bill_to_customer_number&#39;, index: &#39;bill_to_customer_number&#39;, width: 60, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;bill_to_customer_name&#39;, index: &#39;bill_to_customer_name&#39;, width: 100, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;bill_to_customer_address&#39;, index: &#39;bill_to_customer_address&#39;, width: 100, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ship_to_customer_number&#39;, index: &#39;ship_to_customer_number&#39;, width: 60, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ship_to_customer_name&#39;, index: &#39;ship_to_customer_name&#39;, width: 100, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ship_to_customer_address&#39;, index: &#39;ship_to_customer_address&#39;, width: 100, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;thirdparty_customer_number&#39;, index: &#39;thirdparty_customer_number&#39;, width: 60, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;thirdparty_customer_name&#39;, index: &#39;thirdparty_customer_name&#39;, width: 100, hidden: true },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;thirdparty_customer_address&#39;, index: &#39;thirdparty_customer_address&#39;, width: 100, hidden: true }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: "#pager",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [10, 20, 30, 50, 100],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortable: true,&#160; // can drag and drop columns<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview: true,&#160; // faster to load, less functionality<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Contracts&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadError: function (xhr, st, err) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#rsperror").html(st + " " + xhr.status + " " + xhr.statusText);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadComplete: function (xhr) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#rsperror").html("");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editurl: "contracts.asmx/edit1&#8243;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 775,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 475<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list").jqGrid(&#39;navGrid&#39;, &#39;#pager&#39;, { edit: false, add: false, del: false, refresh: false, search: false },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // edit options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // add options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // del options,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // refresh options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}&#160; // search options&#160; &#8211; not active &#8211; using multiple search defined below<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; );<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list").jqGrid(&#39;gridResize&#39;, {});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list").jqGrid(&#39;navButtonAdd&#39;, &#39;#pager&#39;, {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; buttonicon: "ui-icon-calculator",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "", title: "Select columns",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onClickButton: function() { jQuery("#list").jqGrid(&#39;columnChooser&#39;); }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list").jqGrid(&#39;navButtonAdd&#39;, &#39;#pager&#39;, {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; buttonicon: "ui-icon-search",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "", title: "Search",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onClickButton: function() { jQuery("#list").jqGrid(&#39;searchGrid&#39;, { multipleSearch: true }); }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</span></span></p>
<p>function getdetaildata(myid) {<br />&#160;&#160;&#160; var mynewid = $("#list").getCell(myid,&#39;id&#39;);<br />&#160;&#160; &#160;<br />&#160;&#160;&#160; $.ajax({<br />&#160;&#160;&#160;&#160;&#160; type: "POST",<br />&#160;&#160;&#160;&#160;&#160; url: "webservices/contracts.asmx/contractrecord",<br />&#160;&#160;&#160;&#160;&#160; data: "{id: " + mynewid + "}",<br />&#160;&#160;&#160;&#160;&#160; contentType: "application/json; charset=utf-8&#8243;,<br />&#160;&#160;&#160;&#160;&#160; dataType: "json",<br />&#160;&#160;&#160;&#160;&#160; success: function(msg) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; showdata(msg);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; });<br />}&#160;&#160;&#160;&#160;&#160; </p></p>
]]></description>
        	        	<pubDate>Thu, 06 May 2010 10:33:10 +0300</pubDate>
        </item>
        <item>
        	<title>Inara on 3.6.5 - No Rows Displaying After Update from 3.6.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p16929</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-5-no-rows-displaying-after-update-from-3-6-4#p16929</guid>
        	        	<description><![CDATA[<p>I just attempted to upgrade my dev environment from jqGrid 3.6.4 to 3.6.5, and found that the new version results in no rows being displayed on any of my grids. There are no errors being returned by jqGrid; the grid and its associated pager are simply blank. I&#39;m returning the data to the grid in a JSON format, if that makes any difference.</p>
<p>Has the format the grid is expecting back for JSON records changed?</p>
<p>For now, I have simply reverted back to 3.6.4, and everything appears to be working as well as always.</p>
<p>Thanks,</p>
<p>Matt</p>
]]></description>
        	        	<pubDate>Wed, 05 May 2010 22:19:20 +0300</pubDate>
        </item>
</channel>
</rss>