We have a web service call which has paging parameters to get the desired number

We have a web service call which has paging parameters to get the desired number of records per page.
As per our requirement, we expect the results from webservice in batches- for example, it'll first load 100 records from web service using "HttpQuery" component and displaying it in a grid in our SAIL form with paginginfo.
Once user clicks on pagination info or any similar component, it'll load next batch of 100 items from webservice response.
Can we achieve this scenario? If not, could you please suggest any workaround?

OriginalPostID-156513

OriginalPostID-156513

  Discussion posts and replies are publicly visible