TableTree control in SAPUI5
Hi,Could anyone help me out in using a TableTree control in XMLView of SAPUI5. Thank You
View ArticleDataBinding in CustomControls
Hi guys, I have an Custom Control which extends sap.ui.core.Controland there a property called xml_data,from outside I creat an instance to this control and mak an bindProperty to this How can I be...
View ArticleCustom Data Question
I have a column of a table with images defined like so: wqTable.addColumn(new sap.ui.table.Column({ label: new sap.ui.commons.Label({text: "Photo"}), template: new sap.ui.commons.Image({customData:...
View ArticleHow to unSet a Model bound to core?
Hello experts,I am setting a model on core with sap.ui.getCore().setModel(uModel, 'userModel'); when the user logs on.But when the user logsout I wan to destroy this model and also unSet it from...
View ArticleUI5 Components: Component-preload.js
When using Components in UI5 apps I can see a stray GET request each time the application is loaded looking for Component-preload.js in the app directory.There is a little bit of explanation on...
View ArticlejQuery vs OPENUI5 function
Is it impossible to call jQuery funtion directly if I imported OPENUI5 library? e.g., " $ " function , the 'toggle highlight' , jQuery autocomplete ( not Openui5 autocomplete) ,
View ArticleUpdate using XSODATA from XSJS file
Friends Can some one help me with the code to form a AJAX "PUT" request to the XSODATA service to update the records in the Table.I know this is possible, because, I am able to update the records in...
View ArticleShow Username in Shell
Hello Experts, I have created an XSJS file to get current username.I am able to get the User from it and show it using Application HeaderBelow is the sample code:jQuery.ajax({ url :...
View ArticleDraggable not working in Table
Hi All, I am having a table. I wan to make the each row of the table as a draggable. When I tried a sample it works fine but its not working in the application. Please see the below code and correct me...
View ArticleLoad Dialog on Startup
Hello Experts, I have created a Dialog that opens on clicking a button.At present my code looks like: var oButton = new sap.ui.commons.Button("button1",{ text: "Open Dialog",...
View Articledynamically selecting fragment
Hi All,We are starting to work on a Fiori App where we have a Master Detail page. As it is common with the detail section we also have a table, which displays some data. For us, this table could have...
View ArticleShow table on clicking a button
Hello Experts, I have created a button and a table Now I want to show table when I click on a button. How can I achieve that? Regards,Rohit
View ArticleHigh resolution image filename for iPhone
Hi all, I'm developing an application for iPhone (standard and retina) and I'm quite confused about the filenames to use for high-res images.Is "@2" the suffix for high resolution that SAPUI5 uses...
View ArticleUI5 JSON service authentication
Hello,I am calling a JSON service in UI5,which requires authentication.I have used the below code,but it doesnot work,can you provide some help in resolving the issue. var aData =...
View ArticleWanted: UI5 developers. UI5 is mandatory, JavaScript is optional
Hello All, Our org. is in need of UI5 developers. The requirement is clear. The candidate should be able to develop using UI5. Then, on query about the need to know JavaScript, the team's reply, '...
View ArticleSAPUI5: How to make an asynchronous OData .create() request?
Hi, In my sapui5 app, I have an animation made by progress indicator which is running while waiting for the response of an OData model .create() service. However, the animation stops after the request...
View ArticleRefresh Cell Value Of Column Based On Condition
Hi Experts, I m working on UI5 grid. This my grid: My requirement is: On change of "Actual Value ", if value is in between UL and LL then "Sub Test" column should be refreshed with image(ex.green !...
View ArticleDisable animation for sap.ux3.Shell when pane opens/closes
Hi there, is there a way to disable the slide-in animation (and slide-out) when showing the right side pane of sap.ux3.Shell? RegardsTobias
View ArticleSAPUI5 , how to access data with autocomplete request
Dear All, I have created a OPENUI5 page with sap.autocomplete, Also a 'page with flow logic' with onRequest defined. How could the two be linked together, such that the autocomplete will make request...
View ArticleUI5 Grid Refresh
Hi Experts, I m working on UI5 grid. Refer below screenshot : After entering value for actual column and click on save,i wnat to relaod grid based on some condition. How to refresh/reload the grid?...
View Article