Hello,
My question is not directly related to RadGrid but concerns a general problem when using a RadGrid which varies its heigth related to contained records .
I need to display a Page footer in the page containing my grid and it must be the last element in the page.
Simply putting it in the flow after grid is not Ok because when grid contains only 1 record, I want the fotter to be really in the page footer, not in the center of page.
I tried to use a fixed position style,
<div style=" position:absolute; left:0px; bottom:30px">
<xx:footer ID='footer1' runat="server" />
</div>
But when grid extends its heigth, footer is above grid.
It is certainly a very common css solution (hope so), but I am learning css little by little ....reading samples and with telerik help.
So thanks for a little help.
CS
My question is not directly related to RadGrid but concerns a general problem when using a RadGrid which varies its heigth related to contained records .
I need to display a Page footer in the page containing my grid and it must be the last element in the page.
Simply putting it in the flow after grid is not Ok because when grid contains only 1 record, I want the fotter to be really in the page footer, not in the center of page.
I tried to use a fixed position style,
<div style=" position:absolute; left:0px; bottom:30px">
<xx:footer ID='footer1' runat="server" />
</div>
But when grid extends its heigth, footer is above grid.
It is certainly a very common css solution (hope so), but I am learning css little by little ....reading samples and with telerik help.
So thanks for a little help.
CS