<?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: Pagination for treegrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/pagination-for-treegrid</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/pagination-for-treegrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ThaDafinser on Pagination for treegrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/pagination-for-treegrid#p28432</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/pagination-for-treegrid#p28432</guid>
        	        	<description><![CDATA[<p>I&#39;m just facing another problem, which maybe comes out of my implementation?</p>
<p>When i load a tree node which is closed and loaded: false, the ajax request don&#39;t get executed.</p>
</p>
<p>I found out it&#39;s because of the first time i use datatype: &#39;local&#39;</p>
<p>And then manually change it to json...</p>
<p>grid.jqGrid(&#39;setGridParam&#39;, { dataType: &#39;json&#39; });</p>
<p>grid.jqGrid()[0].addJSONData(data); //Apply the faked "local" data...</p>
</p>
<p>It&#39;s fine with pagination (second page get&#39;s loaded with ajax), but it doesn&#39;t work with the tree ajax loading..?</p>
]]></description>
        	        	<pubDate>Tue, 12 Mar 2013 17:11:13 +0200</pubDate>
        </item>
        <item>
        	<title>ThaDafinser on Pagination for treegrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/pagination-for-treegrid#p28431</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/pagination-for-treegrid#p28431</guid>
        	        	<description><![CDATA[<p>Hello togehter,</p>
</p>
<p>as mentioned in the wiki, pagination is currently not possible:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:treegrid#cautions_and_limitations" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....imitations</a></p>
</p>
<p>Because I need this feature for one list, i though about what&#39;s needed for this, and i don&#39;t think it&#39;s much.</p>
</p>
<p>When only the "level: 0" rows get counted, the paginator would just be perfect. What do you think about that?</p>
</p>
<p>Best regards</p>
]]></description>
        	        	<pubDate>Tue, 12 Mar 2013 15:37:48 +0200</pubDate>
        </item>
</channel>
</rss>