This is a migrated thread and some comments may be shown as answers.

[Solved] Set Grid Page count Manually

2 Answers 132 Views
Grid
This is a migrated thread and some comments may be shown as answers.
vahid
Top achievements
Rank 1
vahid asked on 14 Jun 2008, 09:14 AM
Hi

is it possible we set  page count of a Radgrid Manually ?

thanks
vahid

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Jun 2008, 05:45 AM

Hi Vahid,

You can use the PageSize property to set the number of items that a single page in RadGrid will contain.



ASPX:
<telerik:radgrid id="RadGrid1" runat="server"  AllowPaging="True"  PageSize="5"   > 
          

Princy.
0
vahid
Top achievements
Rank 1
answered on 16 Jun 2008, 07:42 AM
hi

Thanks , but my mean is not number of items in each page . my mean is number of pages in footer , for example i want client see 10 page from 1 to 10 in footer .  i want set this number manually . how can i do it ?

Tags
Grid
Asked by
vahid
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
vahid
Top achievements
Rank 1
Share this question
or