Reputation: 1702
I want to change default pagination of jqgrid. I want the pagination as given below
1 2 3 4 5.. Next
Is it supported by default? How can i achieve that?
Thanks,
Upvotes: 3
Views: 8787
Reputation: 1
I'm trying to do exactly same thing you want.
sad to tell, the structure is hard coded. you have to rewrite the setPager()
function by modifying the jqgrid source code. I mean it can't be down by overwrite some function.
Upvotes: 0
Reputation: 44
On the wiki it says you can create your own custom pager, you might take a look at this -> http://www.trirand.com/jqgridwiki/doku.php?id=wiki:pager
Upvotes: 2