Grid Height Not Covering the Page

14 replies. Last post: March 2, 2015 6:53 AM by Dev Ashish
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Dev AshishMember

Hi,

I am facing problem with grid height not covering the page i.e. I am not able to get the footer at the bottom of the page.

If I give the Parent div height as 100% the grid takes the height of the parent and neglect the header then it exceeds the page where footer becomes hidden.

If I don’t give any height to parent the footer sticks with last row in the table.

AutoHeight attribute of the WebGrid does not seems to work. 

I am using doctype HTML5 in IE 10 and IE 11.

Regards,

Dev

With Parent DIV having height equal to 100% 

<div id="test" style="height: 100%">

<ISWebGrid:WebGrid ID="AvailableGrid" runat="server" RenderingMode="HTML5" 

DefaultStyleMode="Elegant" Height="100%" UseDefaultStyle="True" Width="100%" 

DataSourceID="AccessDataSource1">


Without Parent DIV having height equal to 100%

<div id="test">          <ISWebGrid:WebGrid ID="AvailableGrid" runat="server" RenderingMode="HTML5" 

DefaultStyleMode="Elegant" Height="100%" UseDefaultStyle="True" Width="100%" 

DataSourceID="AccessDataSource1"> 

All times are GMT -5. The time now is 1:36 PM.
Previous Next