Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
setting grid height to 100% to work in both IE6 and IE8
posted

Hi,

  I have placed ultrawebgrid in a div inside a table cell. div height is 100% and overflow is set to auto. table height is set to 100% using CSS. now I want the grid height to fit in the container which is table cell and the scrollbar to appear automatically if the data exceeds the height of the container. also if I resize the browser the grid width and height and scrollbar should adjust accordingly in both IE6 and IE8. is this possible?

I have tried setting the grid column default width to empty and not set any height and width for the grid so that it inherits those properties from container. this works fine in IE8. but in IE6, when the data is larger, the vertical scroll bar doesn't appear automatically and grid height grows more than the container and overlays on top of any other content below the grid. how to fix this? any help is appreciated.