<?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: Paginating Local data -- how?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/paginating-local-data-how</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/paginating-local-data-how/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ddotsenko on Paginating Local data -- how?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/paginating-local-data-how#p16848</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/paginating-local-data-how#p16848</guid>
        	        	<description><![CDATA[<p>There is really no code in jqGrid that manages a larger in-browser dataset, while displaying a subset in the grid. You have to write that code yourself. You override &#39;datatype&#39; grid property with a function that does the fetching of the data subsets.</p>
<p>A very convoluted example of working against "Local storage" is here:</p>
<p><a href="http://www.accentsolution.com/static/jqgrid_localstore.html" rel="nofollow" target="_blank"><a href="http://www.accentsolution.com/" rel="nofollow">http://www.accentsolution.com/</a>.....store.html</a></p>
]]></description>
        	        	<pubDate>Sun, 02 May 2010 20:32:33 +0300</pubDate>
        </item>
        <item>
        	<title>bobbytuck on Paginating Local data -- how?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/paginating-local-data-how#p16802</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/paginating-local-data-how#p16802</guid>
        	        	<description><![CDATA[<p>I&#39;ve just implented jqgrid on my cold fusion site. Everything works fine. I&#39;m loading the data locally from an array.</p>
</p>
<p>However, I&#39;m unclear how to paginate this. I can turn on the page -- and I see the pager -- but it says page 1 of 0 -- and won&#39;t allow me to scroll.</p>
</p>
<p>How can I populate a local array with, say, 100 bits of data but only show 10 at once. Does JQgrid automatically segment this into units of 10? Or is this something I need to do manually?</p>
</p>
<p>Very confused.</p>
</p>
<p>Bobbytuck</p>
]]></description>
        	        	<pubDate>Thu, 29 Apr 2010 20:16:43 +0300</pubDate>
        </item>
</channel>
</rss>