<?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: multiline rows breaks dynamic scrolling grids</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multiline-rows-breaks-dynamic-scrolling-grids</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/multiline-rows-breaks-dynamic-scrolling-grids/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Klaus on multiline rows breaks dynamic scrolling grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiline-rows-breaks-dynamic-scrolling-grids#p24466</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiline-rows-breaks-dynamic-scrolling-grids#p24466</guid>
        	        	<description><![CDATA[<p>This issue still exists with jqGrid version 4.1.2!</p>
<p>Dynamic scrolling does not work when having multiline rows in the grid, especially this is easy to reproduce when having a big first row (with e.g. 5 lines as multiline content) and all other rows as normal single-line rows then the paging to the second page (via dynamic scrolling) won&#39;t work - it again loads page 1 from the server and adds page 1 below page 1 twice beginning with the first row again after the last row of the first page.</p>
<p>Is there any better solution instead of disabling multiline rows via CSS? <br />... my workaround for this bug: using "white-space: nowrap"</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5444' value='Select Code' data-codeid='sfcode5444' /></p>
<div class='sfcode' id='sfcode5444'>.ui-jqgrid tr.jqgrow td {font-weight: normal; overflow: hidden; <strong>white-space: nowrap;</strong> height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}</div>
<p>It seems that the code calculating the rows, pageSize, etc. is based on the rowheight of the first row, which won&#39;t work if the first rowheight is different from the others.</p>
<p>Maybe this could be rewritten using the actual height of each row of the current page, but that solution might be too slow?</p>
</p>
<p>Kind regards,<br />Klaus.</p></p>
]]></description>
        	        	<pubDate>Tue, 30 Aug 2011 12:33:42 +0300</pubDate>
        </item>
        <item>
        	<title>celalo on multiline rows breaks dynamic scrolling grids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiline-rows-breaks-dynamic-scrolling-grids#p15684</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiline-rows-breaks-dynamic-scrolling-grids#p15684</guid>
        	        	<description><![CDATA[<p>There is a small tip <a href="/blog/?page_id=393/help/multiline-rows-is-it-supported/" target="_blank">here</a> about having multiple lines with rows. I actually modified the CSS code to</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8646' value='Select Code' data-codeid='sfcode8646' /></p>
<div class='sfcode' id='sfcode8646'>.ui-jqgrid tr.jqgrow td {     white-space: normal !important;     height:auto;     vertical-align:text-top; }</div>
<p>to have better view. However it breaks dynamic scrolling grids. Any suggestion to fix this issue?</p></p>
]]></description>
        	        	<pubDate>Sun, 14 Mar 2010 18:10:49 +0200</pubDate>
        </item>
</channel>
</rss>