<?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 can't use the navGrid,why?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/i-cant-use-the-navgridwhy</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-cant-use-the-navgridwhy/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on i can't use the navGrid,why?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-cant-use-the-navgridwhy#p12825</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-cant-use-the-navgridwhy#p12825</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry, but I can not see the picture.</p>
<p>Did you have downloaded all the needed editing modules?</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 08 Dec 2009 18:11:44 +0200</pubDate>
        </item>
        <item>
        	<title>qtalen on i can't use the navGrid,why?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-cant-use-the-navgridwhy#p12798</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-cant-use-the-navgridwhy#p12798</guid>
        	        	<description><![CDATA[<p>Sorry my english is very pool.</p>
<p>when i try to use jqgrid with the JSON data, i get this picture:</p>
<p><a href="http://filer.blogbus.com/4546957/resource_454695712602001244.jpg"><img src="http://filer.blogbus.com/4546957/resource_454695712602001244.jpg" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>i use a java servlet to provide the json data. and the data like this:</p>
<p>{"page":1,"records":4,"rows":[{"age":24,"id":0,"name":"talen"},{"age":24,"id":1,"name":"talen"},{"age":24,"id":2,"name":"talen"},{"age":24,"id":3,"name":"talen"}],"total":1}</p>
</p>
<p>and my sourcecode of the page is :</p>
<p>$(function() {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery("#jsonmap1").jqGrid({ <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; url:&#39;jsonServlet&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; datatype: "json", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;id&#39;,&#39;name&#39;, &#39;age&#39;], <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colModel:[ <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:100}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;name&#39;,index:&#39;name&#39;, width:200}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;age&#39;,index:&#39;age&#39;, width:100}], <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowNum:10, <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; sortname: &#39;id&#39;, <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; pager: &#39;#pjmap1&#39;, <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; jsonReader: { repeatitems : false},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; height: &#39;100%&#39;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }); </p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery("#jsonmap1").jqGrid(&#39;navGrid&#39;,&#39;#pjmap1&#39;,{edit:false,add:false,del:false}); <br />&#160;&#160;&#160; &#160;&#160;&#160; });</p>
</p>
<p>......</p>
<p>&#60;table id="jsonmap1" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62;<br />&#160;&#160;&#160; &#60;div id="pjmap1" class="scroll" style="text-align:center;"&#62;&#60;/div&#62;</p>
<p>what is wrong? please help me, thx<img class="spSmiley" style="margin:0" title="Embarassed" src="/blog/wp-content/forum-smileys/sf-embarassed.gif" alt="Embarassed" /></p>
]]></description>
        	        	<pubDate>Mon, 07 Dec 2009 17:47:07 +0200</pubDate>
        </item>
</channel>
</rss>