Re: GridView Height
- From: "CaffieneRush@xxxxxxxxx" <CaffieneRush@xxxxxxxxx>
- Date: 31 Mar 2006 10:07:33 -0800
GridViews display tabular data and are rendered as tables (at least in
IE). The gridview rows are rendered as <tr> elements within the
<table>...You get the idea.
Do you want to have an empty space at the bottom when the total rows
are less than ceiling(150/18)?
To achieve that look, gridview would have to render an extra row + a
cell that spans the entire of this extra row which fills the remaining
space in height.
It might just be possible to achieve what you want by showing the
gridview footer and making the footer height fill this extra space.
Someone more expert than I in html/css might be able to help you with
the style needed.
Then you can modify your gridview's <FooterStyle> accordingly.
Regards.
.
- References:
- GridView Height
- From: Ben Schumacher
- GridView Height
- Prev by Date: Re: GridView "visible=False" data items not accessible? programatt
- Next by Date: GridView XmlDataSource
- Previous by thread: GridView Height
- Next by thread: Re: Fitting a table inside an ASP Panel
- Index(es):
Relevant Pages
|