<?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: progressive enhancement in jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/progressive-enhancement-in-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/discussion/progressive-enhancement-in-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on progressive enhancement in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/progressive-enhancement-in-jqgrid#p30451</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/progressive-enhancement-in-jqgrid#p30451</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I suggest you to check your server side script. The script always return page:1 when request nex/prev page.</p>
<p>Please check the <a href="/jqgridwiki/doku.php?id=wiki:first_grid" target="_blank">docs here</a> what you should do (The example uses XML, but the principle is the same).</p>
<p>Please look our <a href="http://trirand.com/blog/jqgrid/jqgrid.html" target="_blank">demo</a> when working with JSON Data</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Sun, 06 Apr 2014 13:30:11 +0300</pubDate>
        </item>
        <item>
        	<title>David Graham on progressive enhancement in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/progressive-enhancement-in-jqgrid#p30440</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/progressive-enhancement-in-jqgrid#p30440</guid>
        	        	<description><![CDATA[<p>I was able to accomplish this by:</p>
<p>1) On first page load, have your server-side-script generate the HTML table (with the columns and rows of data). This is for SEO.</p>
<p>2) On the same first page load, have your server-side-script also dump JSON of the data into your jqgrid initialization or somewhere on the page.</p>
<p>3) Have your jqgrid (named the same as your HTML table in step1) initially set to local and load the the dumped JSON data. (Note: also use localReader to ensure the pager shows correct info)</p>
<p>4) After grid is initialized, immediately have the grid update to read from remote source (but don&#39;t trigger a reload).</p>
<p>5) The next operation a user performs on the grid, it will pull from remote source.</p>
<p>For more details on this approach to progressive enhancement with jqgrid, you can see it here on my question/answer in stackoverflow <a href="http://stackoverflow.com/questions/22824991/jqgrid-progressive-enhancement-successfully-progresses-from-html-to-local-js" target="_blank">here</a>&#160;and a working jsfiddle <a href="http://jsfiddle.net/2UCk6/" target="_blank">here</a>&#160;</p>
<p>-David</p>
]]></description>
        	        	<pubDate>Thu, 03 Apr 2014 19:58:31 +0300</pubDate>
        </item>
        <item>
        	<title>tony on progressive enhancement in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/progressive-enhancement-in-jqgrid#p3795</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/progressive-enhancement-in-jqgrid#p3795</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Currently no.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 05 Jan 2009 01:56:58 +0200</pubDate>
        </item>
        <item>
        	<title>majkel on progressive enhancement in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/progressive-enhancement-in-jqgrid#p3761</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/progressive-enhancement-in-jqgrid#p3761</guid>
        	        	<description><![CDATA[<p>Do you consider to apply idea of progressive enhancement in jqgrid like in jquery. What I mean is to allow users that has no javascript enabled see at least results of the query in simple html table?</p>
</p>
<p>Majkel</p>
]]></description>
        	        	<pubDate>Tue, 30 Dec 2008 16:30:52 +0200</pubDate>
        </item>
</channel>
</rss>