|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
GridView HeightThe rows in my gridview are not holding their height as specified in the
<RowStyle height="18"/> and <AlternatingRowStyle height="18"/>. This occurs when I have maybe 2 or 3 records in my gridview control, but the height propery of the gridview control is set to like 150. I just want the rows to vertically align to the top and list out down the grid. Instead, the rows automatacally adjust their height to fill in the extra space in the grid. How can I stop this? 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.
Problem with User Control and unset references to controls within
row count in inherited GridView control Use windows control in asp.net 2.0 GridView - can't reference value of a non-visible cell?? Dynamically created (and selected) radiobuttons fire CheckedChanged event on Postback error in adding user controls at runtime Panel with Header Gridview PostBack Problems Bounded Datagrid and Subtotal rows Image Server Control's Style/Border |
|||||||||||||||||||||||