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

RadGrid: Display more than 10 page links

3 Answers 110 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Abdulaziz
Top achievements
Rank 1
Abdulaziz asked on 13 Jun 2013, 05:38 AM
Hi guys ,,  am new with Telerik controls , and this is my first Thread on this Forum.

I have RadGrid control on my Webpart project (using Telerik for Web version 3.5) ,
 every thing is OK , I set the pager-Style mode to "Numeric" and the page size =20 .

the grid display by default 10 pages links like  (1,2,3,4,5,6,7,8,9,10) ,  and when click next It will get the next 10 page links.

I want to set the Grid to display more then 10 links at one time , like (1,2,3,4,5,6,7,8,9,,10,11,12.13,14,15) .
I googled for the property but unfortunately i did't get what i want .

Please Can any one guide me to the solution.
Thanks

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Jun 2013, 06:12 AM
Hi,

You can set the number of pages to be displayed on the Configuration Wizard of the RadGrid in design time.
Please have a look at this documentation,in that you can set Numeric button count to 20 or as your wish, to display the count of pages.
Setting Paging from Design-Time

Thanks
Princy
0
Abdulaziz
Top achievements
Rank 1
answered on 15 Jun 2013, 05:33 PM
Hi dear Princy :  Thanks alot's for your support It works fine ,, and you can set it in code behind on Property <pager style > .

But i got another Issue that the links come in two lines 10 above other ,, am searching now to let set in one line as I can .

thanks again dear
0
Andrey
Telerik team
answered on 20 Jun 2013, 05:51 AM
Hello,

Most probably you need to set the width of the Grid to a higher value. If there is not enough room on the Grid to display the buttons, they always be placed on the second row.

Regards,
Andrey
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
General Discussions
Asked by
Abdulaziz
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Abdulaziz
Top achievements
Rank 1
Andrey
Telerik team
Share this question
or