Telerik RadGrid always display X rows, even if there are only Y data rows on the last page where Y < X

StackOverflow https://stackoverflow.com/questions/1744982

Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top