I am having report, that has thousands of records. At the first it loads all the data, and it takes so much time to fetch data.
Is there any way to apply my own logic for paging.
For Example
At the first Only 10 records must be displayed and when i click on next button another 10 records displayed.I mean to say on every action only 10 records must be fetched from the database.