Hi All,
I need to implement paging for share point list as <prev>1 2 3<next>.
And the page numbers should be created dynamically based on the no of records per page.
There are many jQuery plugin available to do this.
You can also use Bootstrap to achieve this.
Hi Ramya, First of all I would like to know what is your approach to bind data from List to Div are you using SPService/REST& JOSN/ CSOM or Server Object Model ? I would suggest you to use SPService or REST to Get the data from SPList and try to implement ready to user Jquery Paging Plugins.
Thanks,
Pankaj Srivastava
Its not about implementing the existing fuctionality. I need to implement paging programatically because I am displaying the list data in divs. So I need to implement it programatically
Hey,
If I am not wrong you are looking Pagination in SPList.
I have a solution but I don’t think that it is up to the mark.
Open your list>Click on List tab in Ribbon >Click Modify View>Open Group Item Limit>Enter whatever number per page you want.
“Vipin Tyagi”
you want pagination for list so please refer my blog topper of the batch(ramya).

I am also looking for same solution. Do we have any code?