<?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: Problem to Setup the jqGrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/problem-to-setup-the-jqgrid</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/problem-to-setup-the-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>MamaliFrenchi on Problem to Setup the jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-to-setup-the-jqgrid#p11245</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-to-setup-the-jqgrid#p11245</guid>
        	        	<description><![CDATA[<p>did you make<span style="color: #333333;"> </span><span style="color: #ff00ff;"><span style="color: #333333;">server.php? have hou exactly the same structure of file/folder as the sample? in other words&#160; jsut drag &#38; drop </span></span>jquery-ui-1.7.2.custom.css<span style="color: #ff00ff;"><span style="color: #000000;"></span>&#160;<span style="color: #333333;"> to see what html code will be generated. Good luck and try to read first the documentation. </span><br /></span></p>
]]></description>
        	        	<pubDate>Thu, 29 Oct 2009 12:04:25 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Problem to Setup the jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-to-setup-the-jqgrid#p11226</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-to-setup-the-jqgrid#p11226</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You should not copy and pase the code.</p>
<p>Try to write it by hand.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 29 Oct 2009 03:37:00 +0200</pubDate>
        </item>
        <item>
        	<title>thumer on Problem to Setup the jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-to-setup-the-jqgrid#p11159</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-to-setup-the-jqgrid#p11159</guid>
        	        	<description><![CDATA[<p>Hi All,</p>
</p>
<p>I am new to jqGrid, I&#39;ve spend the whole day try to setup and run a sample of jqGrid, but no luck, the page is not display anything at all. Can anyone please help me out here?</p>
</p>
<p>I download the jqGrid 3.5.3, and follow the install guide, set it up and copy the sample code form <a href="http://www.trirand.com/jqgrid/jqgrid.html&#160;&#160;&#038;nbsp" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgrid/" rel="nofollow">http://www.trirand.com/jqgrid/</a>.....&#038;nbsp</a>; <strong>Autowidth and row numbering</strong></p>
</p>
<p>Here is my code:</p>
</p>
<p>&#60;html&#62;<br />&#60;head&#62;<br />&#160;&#160; <br />&#160;&#160;&#160; &#60;link rel="stylesheet" href="../css/black-tie/jquery-ui-1.7.2.custom.css" type="text/css" media="all" &#62;<br />&#160;&#160;&#160; &#60;link rel="stylesheet" href="../css/ui.jqgrid.css" type="text/css" media="all"&#62;<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; &#60;script src="../javascript/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script src="../javascript/jquery-ui-1.7.2.custom.min.js" type="text/javascript" charset="utf-8"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script src="../javascript/grid.locale-en.js" type="text/javascript" charset="utf-8"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script src="../javascript/jquery.jqGrid.min.js" type="text/javascript" charset="utf-8"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; <br />&#60;/head&#62;<br />&#60;body&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;table id="lista1"&#62;&#60;/table&#62; &#60;div id="pagera1" class="scroll"&#62;&#60;/div&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;</p>
<p>&#60;!-- <strong>I copy the sample code form <a href="http://www.trirand.com/jqgrid/jqgrid.html&#160;&#160;&#038;nbsp" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgrid/" rel="nofollow">http://www.trirand.com/jqgrid/</a>.....&#038;nbsp</a>; Autowidth and row numbering --&#62;</strong></p>
<p>&#60;&#160;script&#160;type&#160;=&#160;<span style="color: #ff00ff;">"text/javascript"</span>&#160;&#62;&#160;jQuery().ready(<span style="color: #0000ff;">function</span>&#160;()<br /> {<br /> &#160;&#160;&#160;&#160;jQuery(<span style="color: #ff00ff;">"#lista1"</span>).jqGrid(<br /> &#160;&#160;&#160;&#160;{<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;url&#160;:&#160;<span style="color: #ff00ff;">&#39;server.php?q=1&#39;</span>,&#160;datatype&#160;:&#160;<span style="color: #ff00ff;">"xml"</span>,&#160;colNames&#160;:&#160;[<span style="color: #ff00ff;">&#39;Inv&#160;No&#39;</span>,&#160;<span style="color: #ff00ff;">&#39;Date&#39;</span>,&#160;<span style="color: #ff00ff;">&#39;Client&#39;</span>,&#160;<span style="color: #ff00ff;">&#39;Amount&#39;</span>,&#160;<span style="color: #ff00ff;">&#39;Tax&#39;</span>,&#160;<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<span style="color: #ff00ff;">&#39;Total&#39;</span>,&#160;<span style="color: #ff00ff;">&#39;Notes&#39;</span>],&#160;colModel&#160;:&#160;[&#160;{<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name&#160;:&#160;<span style="color: #ff00ff;">&#39;id&#39;</span>,&#160;index&#160;:&#160;<span style="color: #ff00ff;">&#39;id&#39;</span>,&#160;width&#160;:&#160;75<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;},<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name&#160;:&#160;<span style="color: #ff00ff;">&#39;invdate&#39;</span>,&#160;index&#160;:&#160;<span style="color: #ff00ff;">&#39;invdate&#39;</span>,&#160;width&#160;:&#160;90<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;},<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name&#160;:&#160;<span style="color: #ff00ff;">&#39;name&#39;</span>,&#160;index&#160;:&#160;<span style="color: #ff00ff;">&#39;name&#39;</span>,&#160;width&#160;:&#160;100<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;},<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name&#160;:&#160;<span style="color: #ff00ff;">&#39;amount&#39;</span>,&#160;index&#160;:&#160;<span style="color: #ff00ff;">&#39;amount&#39;</span>,&#160;width&#160;:&#160;80,&#160;align&#160;:&#160;<span style="color: #ff00ff;">"right"</span><br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;},<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name&#160;:&#160;<span style="color: #ff00ff;">&#39;tax&#39;</span>,&#160;index&#160;:&#160;<span style="color: #ff00ff;">&#39;tax&#39;</span>,&#160;width&#160;:&#160;80,&#160;align&#160;:&#160;<span style="color: #ff00ff;">"right"</span><br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;},<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name&#160;:&#160;<span style="color: #ff00ff;">&#39;total&#39;</span>,&#160;index&#160;:&#160;<span style="color: #ff00ff;">&#39;total&#39;</span>,&#160;width&#160;:&#160;80,&#160;align&#160;:&#160;<span style="color: #ff00ff;">"right"</span><br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;},<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;name&#160;:&#160;<span style="color: #ff00ff;">&#39;note&#39;</span>,&#160;index&#160;:&#160;<span style="color: #ff00ff;">&#39;note&#39;</span>,&#160;width&#160;:&#160;150,&#160;sortable&#160;:&#160;<span style="color: #0000ff;">false</span><br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;],&#160;rowNum&#160;:&#160;10,&#160;autowidth&#160;:&#160;<span style="color: #0000ff;">true</span>,&#160;rownumbers&#160;:&#160;<span style="color: #0000ff;">true</span>,&#160;rowList&#160;:&#160;[10,&#160;20,&#160;30],&#160;pager&#160;:&#160;jQuery(<span style="color: #ff00ff;">&#39;#pagera1&#39;</span>),&#160;<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;sortname&#160;:&#160;<span style="color: #ff00ff;">&#39;id&#39;</span>,&#160;viewrecords&#160;:&#160;<span style="color: #0000ff;">true</span>,&#160;sortorder&#160;:&#160;<span style="color: #ff00ff;">"desc"</span>,&#160;caption&#160;:&#160;<span style="color: #ff00ff;">"XML&#160;Example"</span>&#160;<br /> &#160;&#160;&#160;&#160;}).navGrid(<span style="color: #ff00ff;">&#39;#pager1&#39;</span>,&#160;{<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;edit&#160;:&#160;<span style="color: #0000ff;">false</span>,&#160;add&#160;:&#160;<span style="color: #0000ff;">false</span>,&#160;del&#160;:&#160;<span style="color: #0000ff;">false</span><br /> &#160;&#160;&#160;&#160;});<br /> &#160;&#160;&#160;&#160;&#160;&#60;<span style="color: #ff00ff;">/script&#62; </span></p>
<p><!--   jQuery().ready(function (){ jQuery("#lista1").jqGrid({ url:&#39;server.php?q=1&#39;, datatype: "xml", colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Client&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Notes&#39;], colModel:[ {name:&#39;id&#39;,index:&#39;id&#39;, width:75}, {name:&#39;invdate&#39;,index:&#39;invdate&#39;, width:90}, {name:&#39;name&#39;,index:&#39;name&#39;, width:100}, {name:&#39;amount&#39;,index:&#39;amount&#39;, width:80, align:"right"}, {name:&#39;tax&#39;,index:&#39;tax&#39;, width:80, align:"right"}, {name:&#39;total&#39;,index:&#39;total&#39;, width:80,align:"right"}, {name:&#39;note&#39;,index:&#39;note&#39;, width:150, sortable:false} ], rowNum:10, autowidth: true, rownumbers: true, rowList:[10,20,30], pager: jQuery(&#39;#pagera1&#39;), sortname: &#39;id&#39;, viewrecords: true, sortorder: "desc", caption:"XML Example" }).navGrid(&#39;#pager1&#39;,{edit:false,add:false,del:false});   // --></p>
]]></description>
        	        	<pubDate>Tue, 27 Oct 2009 17:22:53 +0200</pubDate>
        </item>
</channel>
</rss>