I have a telerik rad grid with PageSize=10. The problem is if I have 34 items. On the last page, there will only be 4 rows. Is there a mode to force to control to render with 6 empty null rows or do I have to implement this myself by adding blank rows o my DataSource?
Share
Here are a couple of telerik forum posts that talk about adding rows to a RadGrid.
Adding blank row to rad grid
Showing empty cells
Hope this helps some.