Hi,
I have a web application and I have a grid in the web page. Incase the data in the colomns increase the grid view exceeds the page body and overlaps the footer, buypasses the footer and goes beyoned it. It looks very odd. Any suggestion to handel this?
This grid is placed inside a content class in css
.content_resize { padding:56px 50px;height:1500px; } Even Setting max height dosent work .content_resize { padding:56px 50px;max-height:1200px; }
Any other way to handle this? Another thing to note here is if the data is less then the grid size reduces leaving partial page blank. Basically we need to send the height of the content_resize to size of the grid may be( if thats possible).
Regards,
N1ZAM
Go to the complete details ...