<?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: My first Grid- Not working</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working</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/my-first-grid-not-working/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on My first Grid- Not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9830</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9830</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Not sure if you follow the instructions. There is no more imgpath parameter, do you see this parameter in the link provided?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 18 Sep 2009 04:11:07 +0300</pubDate>
        </item>
        <item>
        	<title>pritisolanki on My first Grid- Not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9792</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9792</guid>
        	        	<description><![CDATA[<p>I followed the same but in JSON. But it seems there is some other problem.Can you please guide me solving this.</p>
]]></description>
        	        	<pubDate>Thu, 17 Sep 2009 02:54:14 +0300</pubDate>
        </item>
        <item>
        	<title>tony on My first Grid- Not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9751</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9751</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Follow this step by step</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:first_grid" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....first_grid</a></p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 13:08:16 +0300</pubDate>
        </item>
        <item>
        	<title>pritisolanki on My first Grid- Not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9734</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9734</guid>
        	        	<description><![CDATA[<p>one more probelm:</p>
<p>The CSS is not coming fine specially of grid header!!!&#160; Is following setting is correct</p>
<p>var gridimgpath=&#39;css/ui-lightness/images&#39;;</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 07:04:13 +0300</pubDate>
        </item>
        <item>
        	<title>pritisolanki on My first Grid- Not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9731</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9731</guid>
        	        	<description><![CDATA[<p>Jgrid setup</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript"&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; var gridimgpath=&#39;css/ui-lightness/images&#39;;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; $(document).ready(function(){<br />&#160;&#160;&#160; &#160;jQuery("#list3").jqGrid({ <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; url:&#39;server.php?rows=10&#38;page=1&#38;sidx=order_id&#38;sord=order_item_id&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; datatype: "json", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;Order Item Id&#39;,&#39;Order Id&#39;,&#39;Sku&#39;, &#39;Qty&#39;, &#39;List Price&#39;,&#39;Shipping&#39;,&#39;Handling&#39;,&#39;Discount&#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:&#39;order_item_id&#39;,index:&#39;order_item_id&#39;, width:90}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;order_id&#39;,index:&#39;order_id&#39;, width:90}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;sku&#39;,index:&#39;sku&#39;, width:100}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;qty&#39;,index:&#39;qty&#39;, width:100}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;list_price&#39;,index:&#39;list_price&#39;, width:80, align:"right"}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;shipping&#39;,index:&#39;shipping&#39;, width:80, align:"right"}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;handling&#39;,index:&#39;handling&#39;, width:80,align:"right"}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;discount&#39;,index:&#39;discount&#39;, width:150} ], <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowNum:20, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowList:[10,20,30], <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;), <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortname: &#39;id&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; imgpath: gridimgpath, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortorder: "desc", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; caption:"JSON Example" &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; }).navGrid(&#39;#pager&#39;,{edit:false,add:false,del:false}); <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;});</p>
<p>&#160;&#160;&#160; &#60;/script&#62;</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 05:44:19 +0300</pubDate>
        </item>
        <item>
        	<title>pritisolanki on My first Grid- Not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9730</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9730</guid>
        	        	<description><![CDATA[<p>Please note :</p>
<p>In server.php</p>
<p>$sidx = $_GET[&#39;sidx&#39;]; // get index row - i.e. user click to sort</p>
<p>$sord = $_GET[&#39;sord&#39;]; // get the direction</p>
<p>In my code I have give the name of fields.</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 05:43:51 +0300</pubDate>
        </item>
        <item>
        	<title>pritisolanki on My first Grid- Not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9729</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9729</guid>
        	        	<description><![CDATA[<blockquote>
<p>birt said:</p>
<p>Firefox with Firebug add-on is useful for debuggning&#8230;</p>
</blockquote>
<hr />
<p>Thanks . I am adding more details of my problem</p>
<p>{"page":"1","total":120,"records":"1200","rows":[{"id":"400000","cell":["400000","420000","K1010-44338","1","10.97","0","0","0"]},{"id":"400001","cell":["400001","420001","N1051-78338","1","11.62","0","0","0"]},{"id":"400002","cell":["400002","420002","L5000-62155","1","90.8","0","0","0"]},{"id":"400003","cell":["400003","420003","A6000-30766","1","4.57","0","0","0"]},{"id":"400004","cell":["400004","420003","A6060-49747","1","22.98","0","0","0"]},{"id":"400006","cell":["400006","420003","A6130-36134","1","4.5","0","0","0"]},{"id":"400009","cell":["400009","420003","N1068-28891","1","4.28","0","0","0"]},{"id":"400015","cell":["400015","420003","A1111-30633","1","1.5","0","0","0"]},{"id":"400021","cell":["400021","420003","A6110-11163","1","1.23","0","0","0"]},{"id":"400023","cell":["400023","420003","A6120-33013","1","0.2","0","0","0"]}]}</p>
</p>
<p>This is the response get echoed if I run server.php directly it means the server.php is working fine there is something else issue. Please help or suggest some pointer to debug.</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 05:39:18 +0300</pubDate>
        </item>
        <item>
        	<title>birt on My first Grid- Not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9727</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9727</guid>
        	        	<description><![CDATA[<p>Firefox with Firebug add-on is useful for debuggning...</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 05:19:43 +0300</pubDate>
        </item>
        <item>
        	<title>pritisolanki on My first Grid- Not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9726</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/my-first-grid-not-working#p9726</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I installed jGrid and configured as per the steps explained at wiki.</p>
<p>My server.php is return output as expected.Secondly, the grid is coming without border and without data.I defined imagepath value as below.</p>
<p>var gridimgpath=&#39;css/ui-lightness/images&#39;;</p>
<p>Also, how one can debug whether data is coming or not? when i refresh my page i see "loading.." for very short time period and then empty grid no border nothing .</p>
<p>please help.</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 04:56:57 +0300</pubDate>
        </item>
</channel>
</rss>