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?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?