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!