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!
I believe this is a different problem. Is the grid's height set to 100%? If you're changing the height of the grid from inside of aspx there is two places to change it on: the control itself and the FrameStyle.