Hi Fernando, Thanks for your reply.
we are using oData provider for binding the data.I can get the all the data. I am showing the 20 records per page. so for 100 records, we can get 5 pagination(1,2,3,4,5) then if i click next button(manually added) , it will be fetching next 100 records.But again the same pagination number(1,2,3,4,5) showing. Instead of that i need Pagination like 6,7,8,9,10.
Is that possible to mention the start number of pagination.