Is it possible to force gridview to display x number of rows even if the data is less than x rows? With the difference being made up with empty rows, of course.
I found this page: http://aspdotnetcodebook.blogspot.ca/2008/03/how-to-force-force-x-number-of-rows-in.html while trying to google the issue but there’s not much explanation on how to use the presented solution.
Thanks,
The following code does what I was looking to do: