<?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: How to prevent grids from automatically requesting data</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-prevent-grids-from-automatically-requesting-data</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/how-to-prevent-grids-from-automatically-requesting-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How to prevent grids from automatically requesting data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-prevent-grids-from-automatically-requesting-data#p6702</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-prevent-grids-from-automatically-requesting-data#p6702</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Set the initial type of datatype local and then change the datatype and reload the grid. Something like</p>
<p>...jqGrid({</p>
<p>datatype: &#39;local&#39;,</p>
<p>...</p>
<p>}).setGridParam({datatype:&#39;json&#39;}).trigger("reloadGrid")</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 15 May 2009 02:21:49 +0300</pubDate>
        </item>
        <item>
        	<title>sander66 on How to prevent grids from automatically requesting data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-prevent-grids-from-automatically-requesting-data#p6627</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-prevent-grids-from-automatically-requesting-data#p6627</guid>
        	        	<description><![CDATA[<p>Many of my web pages consist of a filter bar and grids.&#160; The filter bar contains drop down lists that get populated from the server. The selected filter values are added to the grid get request using appendPostData().&#160;</p>
<p>The problem I am seeing is related to the initial loading of the grids.&#160; I want to contruct the grids and add the post data before the grid does its&#39; first data request.&#160; So far, I have not found a way to do this.&#160; Does anuyone have suggestions?</p></p>
]]></description>
        	        	<pubDate>Tue, 12 May 2009 07:13:27 +0300</pubDate>
        </item>
</channel>
</rss>