Hello Harshal,
I am new to SAP and working on SAP Mobile Apps. I am having issues with binding the sap.m related controls with the OData Model, and the model is created from an OData Service.
I am trying to bind controls like :
sap.m.Input
sap.m.Label
sap.m.Select
and Table
My Discussion post link - http://scn.sap.com/thread/3490651
I tried methods from SAP documentation and by Googling, but all I could find were either mostly code related to sap.m.List, Table or for the controls with sap.ui.common related.
Whereas I am looking for sap.m related, as mentioned above. Moreover, I even tried to add the sap.ui.common controls and related binding code, but every time I do that, my app doesn't start.
I am not sure if in case I am missed something out or doing it wrong.
It would be really great if I could get some helpful insights in this regard.