<?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: keep grid selection</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/keep-grid-selection</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/keep-grid-selection/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sasha_gu on keep grid selection</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/keep-grid-selection#p10804</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/keep-grid-selection#p10804</guid>
        	        	<description><![CDATA[<p>thanks<img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Sat, 17 Oct 2009 15:10:35 +0300</pubDate>
        </item>
        <item>
        	<title>Rumen[Trirand] on keep grid selection</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/keep-grid-selection#p10803</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/keep-grid-selection#p10803</guid>
        	        	<description><![CDATA[<p>There is a client-side event gridComplete, you can use it to select the row that was originally selected. To obtain it, prior to the reload, do something similar to</p>
</p>
<p>var selRow = jQuery(&#39;#jqGridID&#39;).getGridParam(&#39;selrow&#39;)</p>
</p>
<p>then in gridComplete use something similar to this</p>
</p>
<p>jQuery(&#39;#jqGridID&#39;).setGridParam( {{ gridComplete: function()&#160;</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{{ &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;var grid = jQuery(&#39;#jqGridID&#39;);</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;grid.setSelection(selRow,false);</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;}}</p>
</p>
<p>If you are using ASP.NET, you can see what we are up to here:</p>
</p>
<p><a href="http://www.trirand.aspx/demo.aspx" rel="nofollow" target="_blank">http://www.trirand.aspx/demo.aspx</a></p>
</p>
<p>There are a few selection examples where this is automatically handled.</p></p>
]]></description>
        	        	<pubDate>Sat, 17 Oct 2009 14:54:18 +0300</pubDate>
        </item>
        <item>
        	<title>sasha_gu on keep grid selection</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/keep-grid-selection#p10802</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/keep-grid-selection#p10802</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>How to keep grid selection after reload data?</p>
]]></description>
        	        	<pubDate>Sat, 17 Oct 2009 14:46:22 +0300</pubDate>
        </item>
</channel>
</rss>