Problem in displaying Empty rows in Datagrid

anil_kumarr

New member
Joined
Apr 13, 2005
Messages
1
Programming Experience
5-10
Hello,
I am using datagrid and i want to display say 22 records, i have set page size property of the datagrid to 10, so it displays 10 records in the first page and at the bottom I see page numbers, now when I click second page, it displays next 10 records, and when I click 3rd page, it displays 2 records but the table is totally unpleasant to look.
I wanted to display the third page also same as the other two pages by creating empty 8 rows, so that the look and feel is consistent. this is easily achievable in ASP, I am not sure how this can be achieved in dotnet.
Somebody who has done this, please let me know the solution.

Thanks and Regards
Anil Kumar
 
Back
Top