Grid view row height
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a grid view in a web page, i am using paging for that, the problem is if the grid view contains 2 or 3 records, these rows occupy entire grid view space(i.e full height of the grid view), is there any way to control this, i want the row height to be static even there 2 rows or 200 rows. Thanks in advance
-
Hi, I have a grid view in a web page, i am using paging for that, the problem is if the grid view contains 2 or 3 records, these rows occupy entire grid view space(i.e full height of the grid view), is there any way to control this, i want the row height to be static even there 2 rows or 200 rows. Thanks in advance
If you dont set the height property in the GridView, then it will only be as tall as it has to be.