IE7 - enableAutoHeight with div height set as percentage

I am trying to set the height of my grid div to the available space (88%) and have enableAutoHeight false so that the grid will scroll. Unfortunately this does not work in IE7 - the grid headers appear but no data.



Part of my problem is that I cannot find the full syntax for the enableAutoHeight function anywhere on your site - I know there are parameters other than true and false but I don’t know what they mean.



I’m using the following code:



 








As a workaround hack I tried the following definition for the div - behavior is less than desirable though

 




I’d appreciate any help you can give!

Unfortunately we cannot reproduce this issue locally. Please check example at the attachment
Parametere of enableAutoHeight(mode, maxHeight, countFullHeight) are:
mode - true/false
maxHeight - maximum height before scrolling appears (no limit by default)
countFullHeight - control the usage of maxHeight parameter - when set to true all grid height included in max height calculation, if false then only data part (no header) of grid included in calcualation (false by default)

sample_height.zip (83.1 KB)