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

pager options ButtonCount

2 Answers 174 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Giulio
Top achievements
Rank 1
Giulio asked on 10 Feb 2012, 04:08 PM
It's possible change the pager option ButtonCount without editing the kendo.all or kendo.grid js ??
thanks,
Giulio

2 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 13 Feb 2012, 11:48 AM
Hello Giulio,

Indeed, this is possible. This can be set through Grid's pageable's buttonCount option:

$('#grid').kendoGrid({
   dataSource: dataSource,
   pageable: {
       buttonCount: 3
   }
});

Greetings,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Giulio
Top achievements
Rank 1
answered on 13 Feb 2012, 12:31 PM
perfect!
thanks again for all the support!

Giulio
Tags
Grid
Asked by
Giulio
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Giulio
Top achievements
Rank 1
Share this question
or