<?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: Reload Grid in-place</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/reload-grid-in-place</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/reload-grid-in-place/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Ballresin on Reload Grid in-place</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reload-grid-in-place#p12406</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reload-grid-in-place#p12406</guid>
        	        	<description><![CDATA[<p>Fixed with following modification:</p>
</p>
<p>Created global variable in another JS file: var resetScrollTop=1;</p>
</p>
<p>Modified code:</p>
<p>if(!ts.p.treeGrid&#38;&#38;!ts.p.scroll&#38;&#38;resetScrollTop==1){ts.grid.bDiv.scrollTop=0};resetScrollTop=1;</p>
]]></description>
        	        	<pubDate>Wed, 25 Nov 2009 00:11:53 +0200</pubDate>
        </item>
        <item>
        	<title>Ballresin on Reload Grid in-place</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reload-grid-in-place#p12101</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reload-grid-in-place#p12101</guid>
        	        	<description><![CDATA[<p>I want to essentially reload my grid in-place, preserving the scroll position when performing a reloadGrid.</p>
<p>How can I do this? Right now when I reload the grid in certain situations I want it to refresh the data in the grid without resetting the scroll position to the top as it normally does. My current workaround is to capture the scrollTop value and then push that back into the DOM after the grid load completes.</p>
<p>Before I was pushing my new raw table HTML into a div&#39;s innerhtml and it preserved the scroll position, overwriting the previous table without visually stuttering or changing (apart from the cell content of course).</p>
<p>Can I replicate this with jqgrid?</p>
]]></description>
        	        	<pubDate>Tue, 17 Nov 2009 22:27:47 +0200</pubDate>
        </item>
</channel>
</rss>