Hi Viplove,
Thanks for pointing me in this direction, Unfortunately it does not seem to work for my scenario, I think its because my view binding for items aggregation points to a navigational property of the Entity set Collection of the Odata service, If i use this syntax in a table binding that has the items aggregation pointing to the entity set collection instead(Example: 'ProductSet") then this works,
any idea how to get around this?
I tried ur suggestion in my view binding is as follows, Note 'ToSalesOrders' is a navigational property:
<Table
id="supplierTable"
width="auto"
items="{path: 'ToSalesOrders', length: 1}"
growing="true"
growingScrollToLoad="true"
updateFinished="onUpdateFinished">
Thanks
Mishan