Hi,
We have a sap.m.List to bind OData service by using
list.bindAggregation(....) etc. we give path and are able to get data back.
However as I use Chrome to check network information. There are two requests for binding
One is :
"my service"/"my path/"$count?$filter=.....
and then follow by
"my service"/"my path"?$skip=0&$top=x&$orderby=.............&$inlinecount=allpages
Ours is mobile application so paging is not required.
Is it possible to send one request instead of two?
Thanks Mingho