<?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: can't postback more than once</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/cant-postback-more-than-once</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/cant-postback-more-than-once/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>stevenm on can't postback more than once</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cant-postback-more-than-once#p26743</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cant-postback-more-than-once#p26743</guid>
        	        	<description><![CDATA[<p>Hi guys</p>
<p>I have a couple of search field parameters users need to complete and then click the Search button. &#160;The search button then calls my jqGrid function to fetch the JSON data from the server as follows:</p>
<p>jQuery("#grid").jqGrid(</p>
<p>{</p>
<p>url: &#39;/Publications/SearchArchives&#39;,</p>
<p>datatype: &#39;json&#39;,</p>
<p>mtype: &#39;POST&#39;,</p>
<p>colNames: [&#39;Publication Name&#39;, &#39;Publication Type&#39;, &#39;Original Archive&#39;, &#39;Transcribed Archive&#39;],</p>
<p>colModel: [</p>
<p>{ name: &#39;publicationName&#39;, index: &#39;publicationName&#39;, sortable: true, sorttype: &#39;string&#39;, width: 55 },</p>
<p>{ name: &#39;publicationType&#39;, index: &#39;publicationType&#39;, sortable: true, width: 40 },</p>
<p>{ name: &#39;tiffPDFFileName&#39;, index: &#39;tiffPDFFileName&#39;, sortable: false, formatter: detailsLinkTiff, width: 85 },</p>
<p>{ name: &#39;transcribedPDFFileName&#39;, index: &#39;transcribedPDFFileName&#39;, sortable: false, formatter: detailsLinkTranscribed, width: 85 }</p>
<p>],</p>
<p>pager: &#39;#gridpager&#39;,</p>
<p>rowNum: 10,</p>
<p>width: &#39;690&#39;,</p>
<p>loadonce: false,</p>
<p>height: &#39;auto&#39;,</p>
<p>rowList: [10, 20, 100],</p>
<p>sortname: &#39;publicationName&#39;,</p>
<p>sortorder: &#39;desc&#39;,</p>
<p>viewrecords: true,</p>
<p>caption: &#39;Search Results&#39;, ...</p>
</p>
<p>This part works fine the first time, but unless the user refreshes the page, no further searches will be sent to the server. &#160;As you can see, loadonce has been set to false.</p>
</p>
<p>What am I doing wrong?</p>
</p>
<p>Tks</p></p>
]]></description>
        	        	<pubDate>Wed, 06 Jun 2012 17:30:48 +0300</pubDate>
        </item>
</channel>
</rss>