thomas_arnesen
Explorer
Member since ‎2013 May 24

User Statistics

  • 35 Posts
  • 5 Solutions
  • 14 Kudos given
  • 7 Kudos received

User Activity

Hi there. I've a master-detail app where the master view has a list and the detail view has an editable form. The navigation and all that works fine, but I've an issue with the data protection/data loss mechanism. If I select item 1 in the master...
Hi there I'm wondering if there's an elegant solution to my problem. I need to have a "Refresh" button in my UI5 app and I don't want to reload the app. All the data are bound to local JSON models, defined in Manifest.json and the initial data a...
Hi there I've a problem with OData where I can't access the error message when it goes wrong. My controller has the following code - it all works fine. onInit: function(){ this.getRouter().getRoute("display").attachPatternMatched(this.onObject...
Hi thereI've a ComboBox that will only display 100 items. Below is my code in the controller, populating the ComboBox, but only with the first 100 items:var oNatio = oView.byId("selPersEditNatio"); var oNatioItemSelectTemplate = new sap.ui.core.Item(...
Hi allI've an issue with the ComboBox. After navigating from the app to the home page and back to the app, the combobox displays the right number of lines (items from OData) but no text. And when selecting one of the empty lines there's no key.When f...