<?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: Virtual Scrolling issue due to uneven row heights</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/virtual-scrolling-issue-due-to-uneven-row-heights</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/virtual-scrolling-issue-due-to-uneven-row-heights/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ukhimesra on Virtual Scrolling issue due to uneven row heights</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/virtual-scrolling-issue-due-to-uneven-row-heights#p30969</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/virtual-scrolling-issue-due-to-uneven-row-heights#p30969</guid>
        	        	<description><![CDATA[<p>Thanks Tony</p>
<p>Do we have any solution or fix to this problem</p>
]]></description>
        	        	<pubDate>Tue, 19 Aug 2014 15:19:24 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Virtual Scrolling issue due to uneven row heights</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/virtual-scrolling-issue-due-to-uneven-row-heights#p30957</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/virtual-scrolling-issue-due-to-uneven-row-heights#p30957</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>Thank you for the investigation and the code posted.</p>
<p>I do not think that this fix is fine, since in a relative big data set (rows) this will slow the processes too much.</p>
<p>Â </p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2014 11:13:30 +0300</pubDate>
        </item>
        <item>
        	<title>ukhimesra on Virtual Scrolling issue due to uneven row heights</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/virtual-scrolling-issue-due-to-uneven-row-heights#p30948</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/virtual-scrolling-issue-due-to-uneven-row-heights#p30948</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am facing issue with virtual scrolling due to uneven rowheights. I have a solution to it but would like to understand if it can be done via virtue of extending a jqgrid method</p>
<p>In <strong>updatepager</strong> method below line highlighted in red need to be replaced by solution</p>
<p><span style="color: #ff0000">//var rh = rows.outerHeight() &#124;&#124; ts.grid.prevRowHeight;</span></p>
<p>//soln -</p>
<p><span style="color: #000080">var totalHeight = 0;</span><br />
<span style="color: #000080">var totalRows = rows.length;</span><br />
<span style="color: #000080">$.each(rows,function() { totalHeight += $(this).height(); });</span><br />
<span style="color: #000080">var rh =Â  (totalHeight != 0 &#38;&#38; totalRows != 0)?totalHeight/totalRows: ts.grid.prevRowHeight;</span></p>
<p>Â </p>
<p>Please let me know if we already have a fix for it.</p>
]]></description>
        	        	<pubDate>Tue, 12 Aug 2014 13:53:33 +0300</pubDate>
        </item>
</channel>
</rss>