How to keep grid contained in the table cell? I set height and scrollBar.Auto, but the grid goes beyond the container.
Hello,
The grid uses relative positioning. Its containers should have position:relative as well so the grid does not stick out.
I have a grid within a panel which is within a div. I set them all to position:relative and the grid is cut off. It "looks" as if the grid has a height of say 350 pixels. Why isn't it 100%?
Also.... the scrollbars disappear!