Unable to navigate between the views with data
Hi all, I am new sap ui5 and I want to navigate from one view to another view with the data entered in the text field. But while pressing the button nothing is happening. I want to know that how to go...
View ArticleNavigation on Tile Click
Hi All - I am unable to navigate to my view from my initial view containing a tile. Following is the code I have added in Index.html (which contains the tile): <script type="text/javascript">...
View ArticleNavigation from XML View to JS View
Hi All - I am facing a roadblock in my UI5 Application. I have a 'Button' in my Main View and would like to navigate to Detail View upon click of this button. I am able to do this only when I create...
View ArticleGrowing on multiple Lists/Tables with one click
Hi! I have a few Lists on different pages (all in the same carousel). Since its a mobile app I set growing to true and growing threshold to 5. Now I want to "grow" all Lists when the updateStarted or...
View ArticleMissing Style Class in Custom Control / Where to send possible Bugs to?
Hi everyone, I am writing a custom control whose layout I want to change using CSS rules. Therefore, I'm using oControl.addStyleClass("my-style");when rendering the custom control. However, the style...
View ArticleOData refresh issue in Internet Explorer
Hello all,I have a developed a sap.m "app" and am having issues in IE. The page causing issues is a splitapp page with a sap.m.List and a details page. I've added some logic to the onNavigatedTo...
View Articlemake a table row editable on select
Hi All, I was wondering if there's a way to make a selected row editable in a read only table. The table being rendered is read-only, however, when a row is selected and a button is pressed, that row...
View ArticleIssue with Carousel in a Dialog Box, scrollbar doesnot appear
HiI am trying to add a Carousel containing many Forms (with too many Form Elements) to a Dialog Control (desktop controls) , however I seem to have a problem with the scrollbar on the Dialog Box. It...
View Articlebind json array to TextView
Given { company:{ name:"Treefish Inc", info:{ employees:3, }, contacts:[ { name:"Barbara", phone:"873"...
View Articlehow to create accordion using sap.m library?
How to create accordion on mobile?I can't use sap,ui.commons
View ArticleHow do I obtain the number of rows/entries in a UI5 Table after filtering...
Hello, I built this little report where I can click on an arc from this Donut chart (which represents supervisors) and the table underneath displays the chosen supervisor's employees using a...
View ArticleTables and filtering data
Hi experts, I'm wondering if there is a way to use the first row of the Table component for filtering purpose ?The goal would be to obtain something similar to this HTML Table Filter Generator - Large...
View ArticleI can't seem to get sorting with multiple sorters to work
In the API for the sort function I'm using, it says the first parameter is: {sap.ui.model.Sorter|Array}aSortersthe Sorter object or an array of sorters which defines the sort order (from here: SAPUI5...
View ArticleChange theme in SAPUI5 Application on HANA
Hello,I used the online UI Theme Designer (https://themedesigner.hanatrial.ondemand.com/) to change the standard theme "sap_goldreflection" and downloaded it. Now I want to use this theme in an UI5...
View ArticleNeedfull Things around UI5
Since SAP has open SAPUI5 under an Apache Open Source licence i have created a blog site to share some knowledge to the community. The Blog can be found here:OpenUI5 Developer I put together all the...
View ArticleAdd buttons to each row of a rendered table
I'm consuming a table using an oData service and rendering it dynamically on a webpage. I wanted to know what I can do to add an 'edit' and a 'delete' button to each row of the table.
View ArticleUI5 FileUpload - how to access structured data returned by the server
Hi all,I'm developing a web application on UI5, where users will upload files to the server.The standard behavior works ok, the server side is implemented as a Java based REST service.However, I need...
View Articlehow to show OData Date field in sap.m.DateTimeInput
Hi expert, My odata give me the following format: <d:Dateofbirth>1968-08-15T00:00:00</d:Dateofbirth>. How can I make it visible in sapui5 element sap.m.DateTimeInput. I tried several ways...
View ArticleJSON Weather information
Hi All, My requirement is to display weather information dynamically with all required images and other stuff by reading the JSON url. Could somebody share the complete code ? Thanks,Mano.
View ArticleWant to know the output of the code and why?
Hi everyone, I have written the following code in NWDS and want to know that what should be the output of that code,...
View Article