A fixed size Datagrid
Hello,
I have one datagrid. The problem is that the datagrid is a different height, depending on the number of rows in the grid. If there are 10 rows, its one size. If its 20, its larger than 10. If only 2, the height is short. How can I keep the datagrid at a fixed height, with various rows counts? Could padding be possible? I am using ASP.Net.
Thanks,
Paul
|