Am adding one gridview webpart & apply allow paging ,when m clicking
next page the page remains same ,if m click again on the next page
then it will show the next page ,so for each page i have to click
double .So plz tell me what changes have to be done in code.
venugopal th...
Member
6 Points
19 Posts
how to implement paging in jqgrid ?
Oct 09, 2012 11:17 AM|LINK
it is working properly but it showing like below
my jqgrid page contains 5 rows,but it displays
1 of 0 < > 5
dhol.gaurav
Contributor
4140 Points
751 Posts
Re: how to implement paging in jqgrid ?
Oct 09, 2012 11:46 AM|LINK
Hey,
Check following link it will help you to impliment jQgrid Pager, sample also given into that link
http://www.jqgrid.com/jqGrid-and-ASP-NET-MVC.php
http://www.trirand.com/blog/?page_id=6
let me know if any query
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer
brijeshvaidy...
Participant
886 Points
248 Posts
Re: how to implement paging in jqgrid ?
Oct 09, 2012 11:47 AM|LINK
http://forums.asp.net/t/1790875.aspx/1
http://stackoverflow.com/questions/8479777/add-paging-for-jqgrid
http://www.trirand.com/blog/?page_id=393/help/local-data-paging-sorting/
Brijesh Vaidya
India
sahaj
Member
2 Points
1 Post
Re: how to implement paging in jqgrid ?
Oct 09, 2012 11:49 AM|LINK
Am adding one gridview webpart & apply allow paging ,when m clicking
next page the page remains same ,if m click again on the next page
then it will show the next page ,so for each page i have to click
double .So plz tell me what changes have to be done in code.
dhol.gaurav
Contributor
4140 Points
751 Posts
Re: how to implement paging in jqgrid ?
Oct 09, 2012 12:01 PM|LINK
Hey,
Can you post your code here so it helps into idenfy the issue.
let me know if any query
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer
venugopal th...
Member
6 Points
19 Posts
Re: how to implement paging in jqgrid ?
Oct 12, 2012 11:18 AM|LINK
i solve the problem of paging in jqgrid
after reload call below code
$('#MFormDetails').trigger('reloadGrid', [{ current: true}]);