<?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: datas not displayed</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/datas-not-displayed</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/datas-not-displayed/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>regisg on datas not displayed</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/datas-not-displayed#p18939</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/datas-not-displayed#p18939</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;ve installed and configured a jqGrid... the grid apprears without any data. I&#39;ve looked at generated html with firebug. Rows are well filled but hidden. I have found a workarround :&#160;</p>
<p>$(&#39;#table&#39;).jqGrid({</p>
<p>&#160;&#160;&#160; url:&#39;/get_grid_data&#39;,<br />&#160;&#160;&#160; datatype: "json",<br />&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; colNames:[&#39;Num&#233;ro&#39;,&#39;Client&#39;, &#39;Date&#39;,&#39;Paiement&#39;,&#39;Livraison&#39;,&#39;Etat facturation&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;numero&#39;, index:&#39;numero&#39;, width:55, search:true, stype:&#39;text&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;client&#39;, index:&#39;client&#39;, width:150, sortable:false},&#160;&#160; &#160; <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;date&#39;, index:&#39;date&#39;, width:90}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;paiement&#39;, index:&#39;paiement&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;livraison&#39;, index:&#39;livraison&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;etat_facturation&#39;, index:&#39;etat_facturation&#39;, width:80, align:&#39;right&#39;}, <br />&#160;&#160;&#160; ],<br />&#160;&#160;&#160; width:910,<br />&#160;&#160;&#160; pager: &#39;#pager&#39;,<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; sortname: &#39;numero&#39;,<br />&#160;&#160;&#160; sortorder: &#39;desc&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; caption: &#39;Commandes&#39;,<br />&#160;&#160;&#160; <strong>loadComplete: showTable</strong></p>
<p>});</p>
<p>function showTable ({$(&#39;#table&#39;).show();)</p>
</p>
<p>This way, the table behavior is norma; datas appearsl. But I would like to understand why rows are hidden to avoid using this hack.</p>
</p>
<p>Thanks for for your help</p></p>
]]></description>
        	        	<pubDate>Tue, 03 Aug 2010 13:07:41 +0300</pubDate>
        </item>
</channel>
</rss>