Custom Pagination

0
Hi all I want to custom pagination same like template grid provided default one , any one have idea how to implement that. I want like two button previous and back and click of this button my object of previous page and next pagw will be dispaly.
asked
1 answers
0

To implement default Pagination in List View follow these steps:

  1. Download ListViewControl widget from the marketplace
  2. In toolbox search for Pagination, add it just over the top of the ListView widget (make sure not to put it in the ListView widget)
  3. You can customize the buttons and Pagesize as required

answered