Re: Is it possible to bind two models to same control?
Can we see more code? Code on how you bind the other model? -D
View ArticleRe: Is it possible to bind two models to same control?
we are using splittapp. On click of a list item context is sent to detail page. Page is bound to context. Only one of the properties of ObjectHeader I need to go further down the level and get the value.
View ArticleRe: Is it possible to bind two models to same control?
Sorry I cannot figure this out. There are some things wrong with how you set the model and binding using model>/path is correct. Thanks-D
View ArticleRe: Is it possible to bind two models to same control?
{d: {results: [{__metadata: {},Status: "Completed",Request: "R000000377",ReqStatus: "Released",Amount: " 600"}]}} Odata in json format looks like this for RequestAgrAddDetails. Does this help?
View ArticleRe: Is it possible to bind two models to same control?
Then i would guess we bind it with{differentModel>/d/results/0/Amount}
View ArticleRe: Is it possible to bind two models to same control?
I tried but not working . By any chance do you have some solution for ProcessFlow with OData is not working
View ArticleRe: Is it possible to bind two models to same control?
sorry, i ran out of idea. kind of difficult to assist you when I have bits and pieces of information. -D
View ArticleFiori / SAPUI5 - Traverse 'up' Context to parent
Hello Everyone, I am making a simple application which traverses a nested JSON object using a simple SAPUI5 List and ObjectListItem. Moving 'down' the list is pretty simple to do; however I am not...
View ArticleRe: Fiori / SAPUI5 - Traverse 'up' Context to parent
Hi Craig Can you share how your JSON data looks like? Using path, we should be able to 'move up'. If you can share some code on how you 'move down' will be nice so we understand what have done. Thanks-D
View ArticleRe: How to send xml odata to server using sapui5
If you create a request through ui5 oData Model, it converts the request body into xml which you don't have to worry. The oData model instance has to be created as, var oModel = new...
View ArticleJSViews to create Fiori Apps
Hi Guys, From past some months i have been working on SAPUI5 and have developed some application for desktops only. In order to create these application i used to create jsview this was just my choice...
View ArticleRe: Re render the makit charts
Hi Arun, You can use same method rerender(), this is kind of universal.If it doesn't work please provide me enough data to re-produce same scenario. oChartj.rerender();Regards,Shankar
View ArticleDatePicker binding to Odata Model issue
Hi Everyone, I'm having trouble figuring out how to bind data to my sap.m.DatePicker while using XML views. From the example in the "SAPUI5 Explored" content, I see:<DatePicker id="DP4"...
View ArticleHow to navigate from one view to another view?
Hi everyone facing a problem in navigation when i click on the list another view should be...
View ArticleHow to make a checkbox bigger?
I have the following code: var rushBtn = new sap.ui.commons.CheckBox("rushBtn", { text: 'Rush' }); How can i make the checkbox bigger so that users can press it on mobile? Thanks,
View ArticleRe: How to navigate from one view to another view?
Hi Kelvin, How about using Routing concept than the getEventBus. Below link should help: Step 3: Navigation and Routing - User Interface Add-On for SAP NetWeaver - SAP Library
View ArticleRe: Fiori / SAPUI5 - Traverse 'up' Context to parent
Hi Craig I am not sure if this is what you are looking for? -D
View ArticleChanging the tabs of IconTabBar on Button click ?
Hi All, i need to switch the IconTabFilter of IconTabBar on Button click. What i tried is on button click call the setSelectedKey method of the IconTabBar to change the IconFilter but that is not...
View Article