Hi,
I want to know how we can handle pagination with Odata calls. I believe by default it returns 1000 or 10,000 rows by default. If i want to retrieve only first 20 records in the first call and then user click next, then it should get next 20 records.
Thanks