Has anybody implemented client side pagination with deltatoken ?
We are able to use deltatoken concepts - for example - http://gw:8000/sap/opu/odata/sap/zgw_srv/Orders?!deltatoken=20131004
But, if we try to combine this with client side pagination with this URL -
http://gw:8000/sap/opu/odata/sap/zgw_srv/Orders?$top=100&!deltatoken=20131004
we get an "Unsupported combination of query option" error from gateway.
The followign extract from Odata site states that this should be supported:
The client can compose $top and $skip on top of the delta query, just as the initial query, in order to do client-side paging of changes, and can compose $inlinecount in order to include a count of all entries and deleted entries returned by the delta query.
I did read about server side pagination using $skiptoken but would like to do it client side.
Any experiences would be helpful.
Regards,
Parag.