<?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: Row height and FF/MSIE difference</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/row-height-and-ffmsie-difference</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/row-height-and-ffmsie-difference/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tXuane on Row height and FF/MSIE difference</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/row-height-and-ffmsie-difference#p8078</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/row-height-and-ffmsie-difference#p8078</guid>
        	        	<description><![CDATA[<p>Hello.</p>
<p>Y resolve it&#160;adding this line in&#160;ui.jqgrid.css:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit982' value='Select Code' data-codeid='sfcode982' /></p>
<div class='sfcode' id='sfcode982'>.ui-jqgrid tr.jqgrow td {//white-space:&#160; pre !important; }</div>
<p>I get idea from here:</p>
<p><a href="http://www.tufuncion.com/hacks-css" target="_blank">http://www.tufuncion.com/hacks-css</a></p>
</p>
<p>Regards.</p>
]]></description>
        	        	<pubDate>Mon, 27 Jul 2009 12:27:20 +0300</pubDate>
        </item>
        <item>
        	<title>tXuane on Row height and FF/MSIE difference</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/row-height-and-ffmsie-difference#p8073</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/row-height-and-ffmsie-difference#p8073</guid>
        	        	<description><![CDATA[<p>Hello.<br />I have a problem with row height too.</p>
<p>In IE7 row height expands too fit the content.<br />In FF row height not expands independent of the content Always have the same height.</p>
<p>I want row height not expandas and always have the same height.</p>
<p>I try:</p>
<p>afterInsertRow: function(rowid, aData) { $(&#39;#&#39;+rowid).css({height:15}); }</p>
<p>But not run OK with large contents in the cell.</p>
<p>What Can I do?</p>
<p>Thank&#39;s.</p>
]]></description>
        	        	<pubDate>Mon, 27 Jul 2009 08:30:09 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Row height and FF/MSIE difference</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/row-height-and-ffmsie-difference#p6941</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/row-height-and-ffmsie-difference#p6941</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Open the grid.css and see this settings</p>
<p>&#160;&#160;&#160; table.scroll tbody td&#160; {<br />&#160;&#160;&#160; padding: 2px;<br />&#160;&#160;&#160; text-align: left;<br />&#160;&#160;&#160; border-bottom: 1px solid #D4D0C8;<br />&#160;&#160;&#160; border-left: 1px solid #D4D0C8; <br />&#160;&#160;&#160; text-overflow: ellipsis;<br />&#160;&#160;&#160; overflow: hidden;<br />&#160;&#160;&#160; white-space: nowrap;<br />&#160;&#160;&#160; height : auto;<br />}</p>
<p>Also you can set the hight what you want.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 28 May 2009 04:30:03 +0300</pubDate>
        </item>
        <item>
        	<title>lelio on Row height and FF/MSIE difference</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/row-height-and-ffmsie-difference#p6906</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/row-height-and-ffmsie-difference#p6906</guid>
        	        	<description><![CDATA[<p>Hello people,</p>
<p>I need to fix both the height of the grid and the height of each single row. After giving a look on the forum, I found the following:</p>
<p><em>afterInsertRow: function(rowid, aData) { $(&#39;#&#39;+rowid).css({height:15}); }</em></p>
<p>It works, but it has a difference of behaviour between FF3 and MSIE7 when the number of rows is not enough to cover the whole height of the grid; on FF3, the height of each row remains 15px and a blank space is added after the last row to fill the remaining height (and this is the behaviour I need to get). On MSIE7, instead,&#160;each row is stretched to fill all available space.</p>
<p>I verified that the function is being called, I tried to set maxheight too, but&#160;witout success. Is there a way to fix via CSS and avoiding&#160;the use of&#160;setCell?</p>
<p>Thank you in advance.</p>
<p>Lelio</p>
<p>PS: I used jqGrid 3.4 and jQuery 1.3.2</p>
]]></description>
        	        	<pubDate>Tue, 26 May 2009 09:10:50 +0300</pubDate>
        </item>
</channel>
</rss>