Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my case, i want to keep the default page size 25. And want to give options to increase the pagesize upto 100 rows. Is there any property by which i can do so.
Posted
Updated 31-May-11 4:59am
v3
Comments
Sandeep Mewara 31-May-11 11:31am    
Shouldn't this be checked on Telerik forum/website knowledgebase? It would be good to look there.

1 solution

There is a property Pagesize to define that.
<telerik:radgrid id="RadGrid1" pagesize="100" runat="server" xmlns:telerik="#unknown">
</telerik:radgrid>

PageSize Property[^]

Grid / Basic Paging Demo[^]

BTW you can use Telerik forums[^] for better response because you have paid for the controls man.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900