<?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: I couldnt make this working.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/i-couldnt-make-this-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/i-couldnt-make-this-working/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on I couldnt make this working.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-couldnt-make-this-working#p5994</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-couldnt-make-this-working#p5994</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>And finally what does not work?</p>
<p>As you can see you can not use the navgrid.html separatley. In order to run separatley in html load all the needed js files. Good start is to look first in the example.html</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 14 Apr 2009 02:10:32 +0300</pubDate>
        </item>
        <item>
        	<title>shamuntoha on I couldnt make this working.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-couldnt-make-this-working#p5928</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-couldnt-make-this-working#p5928</guid>
        	        	<description><![CDATA[<div style="font-size: 12px;">From this demo i am not able to make it work? What i should do to have this module work?</div>
<div style="font-size: 12px;"></div>
<div style="font-size: 12px;">Latest demo as following:</div>
<div style="font-size: 12px;">------------------</div>
<div style="font-size: 12px;"></div>
<div style="font-size: 12px;"><a href="http://localhost/jqgrid/navgrid.html" rel="nofollow" target="_blank">http://localhost/jqgrid/navgrid.html</a></div>
<div style="font-size: 12px;"></div>
<div style="font-size: 12px;">This example show navigator.<br /> See below for all available options. <br /> Note: The data is not saved to the server</div>
<div style="font-size: 12px;"><strong> Description </strong> <br /> This method uses <strong>colModel</strong> and <strong>editurl</strong> parameters from jqGrid <br /> <code> Calling:     jQuery("#grid_id").navGrid(selector,options,pEdit,pAdd,pDel,pSearch ); </code> <br /> <strong>Java Scrpt code</strong> <br />jQuery("#navgrid").jqGrid({ url:&#39;editing.php?q=1&#39;, datatype: "xml",<br />colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Client&#39;,<br />&#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Closed&#39;,&#39;Ship via&#39;,&#39;Notes&#39;], colModel:[<br />{name:&#39;id&#39;,index:&#39;id&#39;,<br />width:55,editable:false,editoptions:{readonly:true,size:10}},<br />{name:&#39;invdate&#39;,index:&#39;invdate&#39;,<br />width:80,editable:true,editoptions:{size:10}},<br />{name:&#39;name&#39;,index:&#39;name&#39;,<br />width:90,editable:true,editoptions:{size:25}},<br />{name:&#39;amount&#39;,index:&#39;amount&#39;, width:60,<br />align:"right",editable:true,editoptions:{size:10}},<br />{name:&#39;tax&#39;,index:&#39;tax&#39;, width:60,<br />align:"right",editable:true,editoptions:{size:10}},<br />{name:&#39;total&#39;,index:&#39;total&#39;,<br />width:60,align:"right",editable:true,editoptions:{size:10}},<br />{name:&#39;closed&#39;,index:&#39;closed&#39;,width:55,align:&#39;center&#39;,editable:true,edittype:"checkbox",editoptions:{value:"Yes:No"}},</p>
<p>{name:&#39;ship_via&#39;,index:&#39;ship_via&#39;,width:70, editable:<br />true,edittype:"select",editoptions:{value:"FE:FedEx;TN:TNT"}},<br />{name:&#39;note&#39;,index:&#39;note&#39;, width:100, sortable:false,editable:<br />true,edittype:"textarea", editoptions:{rows:"2",cols:"20"}} ],<br />rowNum:10, rowList:[10,20,30], imgpath: gridimgpath, pager:<br />jQuery(&#39;#pagernav&#39;), sortname: &#39;id&#39;, viewrecords: true, sortorder:<br />"desc", caption:"Navigator Example", editurl:"someurl.php", height:210<br />}).navGrid(&#39;#pagernav&#39;,<br />{}, //options<br />{height:280,reloadAfterSubmit:false}, // edit options<br />{height:280,reloadAfterSubmit:false}, // add options<br />{reloadAfterSubmit:false}, // del options<br />{} // search options<br />);</p>
</div>
]]></description>
        	        	<pubDate>Wed, 08 Apr 2009 14:03:29 +0300</pubDate>
        </item>
</channel>
</rss>