Thanks Frank
So if I get it correctly, we need to bind the odata model to a control in UI5, then only we can get the values and all
then, how about controls like Shell, Tree. How would you populate these controls from oData
In my case, I have a Shell, and Form with UI elements which need to be updated with the data from oData.
so, i tried binding the shell with the entity collection
oShell.bindAggregation("ZLot_Querys");
How to get the values from each entity from ZLot_Querys collection??
Regards
Sandip