-
3 Nov 2010 2:03 AM #1
Grid Row height working differently in 2.2.0
Grid Row height working differently in 2.2.0
Hi,
I have recently switched to 2.2.0 from 2.1.1 and I am noticing a problem with the height of the rows in a grid.
In 2.1.1 the height of the row was not set in the generated HTML:
However in 2.2.0 the height is set to 21px and this squashes my content where previously the row height expanded to fit:HTML Code:<table class="x-grid3-row-table" border="0" cellspacing="0" cellpadding="0" style="width:1218px;">
Is there a way to set this programatically without modifying stylesheets?HTML Code:<table role="presentation" class="x-grid3-row-table" border="0" cellspacing="0" cellpadding="0" style="width:1465px;height:21px;">
Thanks
-
3 Nov 2010 2:17 AM #2
Which gridview do you use? It does not get set on the normal one: http://www.sencha.com/examples/explorer.html#basicgrid
LiveGridView and BufferedView sets it and also need it.
-
3 Nov 2010 2:54 AM #3
Thanks Sven, I did indeed had a redundant BufferedView in there for some reason.
Resolved now.
Similar Threads
-
grid row height
By kolli in forum Ext GWT: Help & Discussion (1.x)Replies: 2Last Post: 10 Nov 2010, 11:19 AM -
grid row height
By archmisha in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 13 May 2009, 8:33 PM -
Grid - Row height and header row height
By cebola in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 9 Jul 2008, 5:45 AM -
Help with Grid Row Height
By timothyf in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 28 Feb 2007, 1:32 PM


Reply With Quote