Tepu
Tepu

Reputation: 1702

how to change jqgrid paging style

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

Answers (2)

weilei
weilei

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

daanl
daanl

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

Related Questions