<?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: jqGridPHP 4.3.2.0 - No Data In Table</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgridphp-4-3-2-0-no-data-in-table</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/jqgridphp-4-3-2-0-no-data-in-table/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGridPHP 4.3.2.0 - No Data In Table</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgridphp-4-3-2-0-no-data-in-table#p26623</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgridphp-4-3-2-0-no-data-in-table#p26623</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please post your problem here:</p>
<p><a href="http://www.trirand.net/forum/" rel="nofollow" target="_blank">http://www.trirand.net/forum/</a></p>
</p>
<p>Not sure, but maybe you will need to re download the PHP demo , clearing the browser cache before downloading the new demo.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 17 May 2012 20:27:01 +0300</pubDate>
        </item>
        <item>
        	<title>sshults on jqGridPHP 4.3.2.0 - No Data In Table</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgridphp-4-3-2-0-no-data-in-table#p26621</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgridphp-4-3-2-0-no-data-in-table#p26621</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>I tested the demo version of jqGridPHP and it worked great. &#160;Then, the next day, I got an expired script warning. &#160;Okay, fine - we purchased a license and downloaded the file sent via the link from the email. &#160;I cleared out the directory containing the old jqGridPHP stuff, updated jq-config.php with my database information (MySQL) and then refreshed the page.</p>
<p>Nothing. &#160;I didn&#39;t change the code on my PHP page or anything but nothing loaded. &#160;I check the source and see something like this:</p>
<p>&#60;table id=&#39;grid&#39;&#62;&#60;/table&#62;&#60;div id=&#39;pager&#39;&#62;&#60;/div&#62;&#60;script type=&#39;text/javascript&#39;&#62;jQuery(document).ready(function($) {jQuery(&#39;#grid&#39;).jqGrid({"width":"650","hoverrows":false,"viewrecords":true,"jsonReader":{"repeatitems":false,"subgrid":{"repeatitems":false},"id":"sales_order","cell":""},"xmlReader":{"repeatitems":false,"subgrid":{"repeatitems":false}},"gridview":true,"url":"LoadShippingBranchReport.php","editurl":"LoadShippingBranchReport.php","cellurl":"LoadShippingBranchReport.php","rowNum":100,"height":600,"autowidth":true,"altRows":true,"pgbuttons":true,"sortable":true,"datatype":"json","colModel":[{"label":"SO","name":"sales_order","index":"sales_order","sorttype":"string","key":true,"editable":true},{"label":"Cus #","name":"orh_cus_no","index":"orh_cus_no","sorttype":"int","editable":true},{"label":"Cus PO#","name":"orh_cus_po_no","index":"orh_cus_po_no","sorttype":"blob","editable":true},{"label":"IS","name":"orh_slp_is","index":"orh_slp_is","sorttype":"blob","editable":true},{"label":"ALC","name":"ord_alc_cd","index":"ord_alc_cd","sorttype":"string","editable":true},{"label":"Customer","name":"cus_nm","index":"cus_nm","sorttype":"string","editable":true},{"label":"Description","name":"description","index":"description","sorttype":"string","editable":true},{"label":"Grp","name":"ord_prg","index":"ord_prg","sorttype":"string","editable":true},{"label":"Sz","name":"ord_size","index":"ord_size","sorttype":"string","editable":true},{"label":"Grd","name":"ord_grd","index":"ord_grd","sorttype":"string","editable":true},{"label":"Pcs","name":"ord_ord_unt","index":"ord_ord_unt","sorttype":"int","editable":true},{"label":"LBS","name":"ord_ord_wgt","index":"ord_ord_wgt","sorttype":"int","editable":true},{"label":"Ord Dt","name":"orh_ord_dt","index":"orh_ord_dt","sorttype":"string","editable":true},{"label":"Due Dt","name":"orh_due_dt","index":"orh_due_dt","sorttype":"string","editable":true},{"label":"Sts","name":"ord_ost","index":"ord_ost","sorttype":"string","editable":true},{"name":"orh_ost_dt","index":"orh_ost_dt","sorttype":"string","editable":true},{"label":"SH","name":"orh_shp_hld_cd","index":"orh_shp_hld_cd","sorttype":"blob","editable":true},{"label":"FP","name":"ord_prt_wko","index":"ord_prt_wko","sorttype":"string","editable":true},{"label":"Note","name":"inside_sales_note","index":"inside_sales_note","sorttype":"blob","editable":true}],"postData":{"oper":"grid"},"prmNames":{"page":"page","rows":"rows","sort":"sidx","order":"sord","search":"_search","nd":"nd","id":false,"filter":"filters","searchField":"searchField","searchOper":"searchOper","searchString":"searchString","oper":"oper","query":"grid","addoper":"add","editoper":"edit","deloper":"del","excel":"excel","subgrid":"subgrid","totalrows":"totalrows","autocomplete":"autocmpl"},"loadError":function(xhr,status, err){ try {jQuery.jgrid.info_dialog(jQuery.jgrid.errors.errcap,&#39;&#60;div class="ui-state-error"&#62;&#39;+ xhr.responseText +&#39;&#60;/div&#62;&#39;, jQuery.jgrid.edit.bClose,{buttonalign:&#39;right&#39;});} catch(e) { alert(xhr.responseText);} },"pager":"#pager"});jQuery(&#39;#grid&#39;).jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{"edit":false,"add":false,"del":false,"search":false,"refresh":true,"view":false,"excel":true,"pdf":false,"csv":false,"columns":false},{"drag":true,"resize":true,"closeOnEscape":true,"dataheight":150,"errorTextFormat":function(r){ return r.responseText;}},{"drag":true,"resize":true,"closeOnEscape":true,"dataheight":150,"errorTextFormat":function(r){ return r.responseText;}},{"errorTextFormat":function(r){ return r.responseText;}},{"drag":true,"closeAfterSearch":true,"multipleSearch":true},{"drag":true,"resize":true,"closeOnEscape":true,"dataheight":150});jQuery(&#39;#grid&#39;).jqGrid(&#39;navButtonAdd&#39;,&#39;#pager&#39;,{id:&#39;pager_excel&#39;, caption:&#39;&#39;,title:&#39;Export To Excel&#39;,onClickButton : function(e)</p>
<p>{</p>
<p>try {</p>
<p>jQuery("#grid").jqGrid(&#39;excelExport&#39;,{tag:&#39;excel&#39;, url:&#39;LoadShippingBranchReport.php&#39;});</p>
<p>} catch (e) {</p>
<p>window.location= &#39;LoadShippingBranchReport.php?oper=excel&#39;;</p>
<p>}</p>
<p>},buttonicon:&#39;ui-icon-newwin&#39;});jQuery(&#39;#grid&#39;).jqGrid(&#39;filterToolbar&#39;,{"stringResult":true});</p>
<p>});&#60;/script&#62;</p>
</p>
<p>If I turn on debugging with $grid-&#62;debug = true; and $grid-&#62;queryGrid(); then the result is returned:</p>
</p>
<p>{"records":"3894","page":1,"total":195,"rows":[{"sales_order":"27-803662-6","no":"6425","po_no":"","is":"","alc_cd":"CU","nm":"","description":"","prg":"155R","size":"3.5","grd":"RTA","unt":"39","wgt":"160","dt":"04\/15\/2010","due_dt":"12\/31\/2013","ost":"BLK","ost_dt":"07\/06\/2011","shp_hld_cd":"Y","prt_wko":"Y","note":""}}</p>
</p>
<p>I have no idea why this suddenly stopped working. &#160;Also, all of the topics I read with json and jqGrid say that there should be an id and cell field in the json text but jqGrid isn&#39;t generating this. &#160;Again, I didn&#39;t change anything in my code when going from the demo to the full version.</p>
<p>Help!</p>
]]></description>
        	        	<pubDate>Thu, 17 May 2012 20:06:38 +0300</pubDate>
        </item>
</channel>
</rss>