<?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: First TreeGrid - no rows</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/first-treegrid-no-rows</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/treegrid/first-treegrid-no-rows/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>darkwarrior on First TreeGrid - no rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/first-treegrid-no-rows#p28872</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/first-treegrid-no-rows#p28872</guid>
        	        	<description><![CDATA[<p>After following the sample at <a href="http://goo.gl/Im5Fl" rel="nofollow" target="_blank">http://goo.gl/Im5Fl</a><a rel="nofollow" href="/jqgridwiki/doku.php?id=wiki:adjacency_model" target="_blank">l</a> and converting it from PHP to JSP, I&#39;m at a roadblock: the data isn&#39;t displayed in the grid.</p>
<p>The code is below, and the data loaded is below that.</p>
</p>
<p>Thanks for any assist,</p>
<p>DW.</p>
</p>
<p>$(&#39;#tree&#39;).jqGrid({<br />url:&#39;ProjectTemplates_Data.jsp&#39;,<br />datatype:&#39;xml&#39;,<br />treeGridModel:&#39;adjacency&#39;,<br />mtype:&#39;POST&#39;,<br />colNames:[&#39;id&#39;,&#39;Task Name&#39;],<br />colModel:[<br />{name:&#39;intTaskID&#39;,index:&#39;intTaskID&#39;, width:1,hidden:true,key:true,editable:true},<br />{name:&#39;txtTaskName&#39;,index:&#39;txtTaskName&#39;, width:180, editable:true}<br />],<br />height:&#39;auto&#39;,<br />treeGrid:true<br />});</p>
<pre>&#60;?xml version=&#39;1.0&#39; encoding=&#39;utf-8&#39;?&#62;</pre>
<pre>&#60;rows&#62;&#60;page&#62;1&#60;/page&#62;&#60;total&#62;1&#60;/total&#62;&#60;records&#62;1&#60;/records&#62;</pre>
<pre>&#60;row&#62;&#60;cell&#62;1&#60;/cell&#62;&#60;cell&#62;Show systemmm77&#60;/cell&#62;&#60;cell&#62;0&#60;/cell&#62;&#60;cell&#62;&#60;![CDATA[NULL]]&#62;&#60;/cell&#62;&#60;cell&#62;false&#60;/cell&#62;&#60;cell&#62;false&#60;/cell&#62;&#60;/row&#62;</pre>
<pre>&#60;row&#62;&#60;cell&#62;2&#60;/cell&#62;&#60;cell&#62;asd&#60;/cell&#62;&#60;cell&#62;1&#60;/cell&#62;&#60;cell&#62;&#60;![CDATA[1]]&#62;&#60;/cell&#62;&#60;cell&#62;false&#60;/cell&#62;&#60;cell&#62;false&#60;/cell&#62;&#60;/row&#62;</pre>
<pre>&#60;/rows&#62;</pre>
]]></description>
        	        	<pubDate>Fri, 24 May 2013 05:47:52 +0300</pubDate>
        </item>
</channel>
</rss>