<?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: Preserving Grid Data when back button is pressed in browser</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/preserving-grid-data-when-back-button-is-pressed-in-browser</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/preserving-grid-data-when-back-button-is-pressed-in-browser/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Preserving Grid Data when back button is pressed in browser</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/preserving-grid-data-when-back-button-is-pressed-in-browser#p17098</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/preserving-grid-data-when-back-button-is-pressed-in-browser#p17098</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If you reload the grid this means that this is new grid.</p>
<p>You should save the grid configuration somewhere and after the user goes back to the page change the grid settings according to the last visit and construct the grid</p>
<p>The info provided is not enoght.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 12 May 2010 13:05:25 +0300</pubDate>
        </item>
        <item>
        	<title>ggiotopoulos on Preserving Grid Data when back button is pressed in browser</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/preserving-grid-data-when-back-button-is-pressed-in-browser#p17037</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/preserving-grid-data-when-back-button-is-pressed-in-browser#p17037</guid>
        	        	<description><![CDATA[<p>Here is the behavior I am looking for and I have tried a number of methods that have not worked for me.</p>
</p>
<p>After a user filters the grid they may click to another page in the application. When they do this I am passing data into a session structure in Coldfusion. The data in the structure looks roughly like this:</p>
<table class="cfdump_struct" border="0">
<tbody>
<tr>
<th class="struct" title="click to collapse" onclick="cfdump_toggleTable(this);" colspan="2">struct</th>
</tr>
<tr>
<td class="struct" title="click to collapse" onclick="cfdump_toggleRow(this);">ORS_STATUS_LONG_DESC</td>
<td>0</td>
</tr>
<tr>
<td class="struct" title="click to collapse" onclick="cfdump_toggleRow(this);">ORT_TYPE_LONG_DESC</td>
<td>5</td>
</tr>
<tr>
<td class="struct" title="click to collapse" onclick="cfdump_toggleRow(this);">PAGE</td>
<td>2</td>
</tr>
<tr>
<td class="struct" title="click to collapse" onclick="cfdump_toggleRow(this);">ROWS</td>
<td>20</td>
</tr>
<tr>
<td class="struct" title="click to collapse" onclick="cfdump_toggleRow(this);">SIDX</td>
<td>ord_order_id</td>
</tr>
<tr>
<td class="struct" title="click to collapse" onclick="cfdump_toggleRow(this);">SORD</td>
<td>desc</td>
</tr>
<tr>
<td class="struct" title="click to collapse" onclick="cfdump_toggleRow(this);">_SEARCH</td>
<td>true</td>
</tr>
</tbody>
</table>
<p>I&#39;ve tried using setPostDataItem then triggered a reloadGrid and this did not work. Any suggestions to get this working?</p></p>
]]></description>
        	        	<pubDate>Mon, 10 May 2010 18:22:34 +0300</pubDate>
        </item>
</channel>
</rss>