Re: how to add a rows in a table
Hi Sajjad, Pls. find a generic algorithmic steps to acheive the objective.- On 'press' event of the button, do the following- Read the user input values- Create a JSON model and assign the input values...
View ArticleRe: Getting an error while uploading a file in sapui5 by using OData service
I see a 404 error and a 500 (connection timed out) error, you may want to investigate these first
View ArticleSAPUI5 - navigation - Binding not working
Demo - http://jsbin.com/bukanagobu/1/editThe problem is when i click on one of the item, it navigates to the next view but it is not displaying the firstname and lastname.I have saved the model as...
View ArticleFIORI at Windows mobile platforms
Hi, I want to learn about, does windows mobile products support FIORI applications?We tried at NOKIA 620 mobile phone and the screens seems not looks like as IOS or ANDROID products. Could you please...
View ArticleRe: SAPUI5 - navigation - Binding not working
Hi, See my answer for the same question on Stackoverflow: openui5 - SAPUI5 - navigation - Binding not working - Stack Overflow
View ArticleRe: Extending the gateway for Fiori My Time Sheet(SRA002_TIMESHEET_SRV)
Hi Sudhir, Implement the Note 2087025.This will fix it. Regards,Kavitha
View ArticleHow to access control model from 'blur' browser event
Hello Experts, I have a textField column in a table. I need to listen to the 'blur' event of each textField cell. I use the following code:<textField>.attachBrowserEvent("blur", onBlur); The code...
View ArticleRe: FIORI at Windows mobile platforms
Hi Yusuf, Pls refer below blog & thread to get some understanding on windows mobile support for Fiori.Update on Fiori & Mobile Need confirmation on Windows Mobile Device compatibility for...
View ArticleHTMLBars in future iterations of OpenUI5 a possibility?
Hello, I was wondering if you will support HTMLBars in future iterations of OpenUI5. HTMLBars make use of a React.js like shadow DOM to improve rendering performance. HTMLBars on...
View ArticleRe: Getting an error while uploading a file in sapui5 by using OData service
Now i am getting the following error in console and in network tab I am getting CSRF token validation failed error.
View ArticleRe: Getting an error while uploading a file in sapui5 by using OData service
There are quite some topics here on SCN as well on Stackoverflow's UI5 space on how to solve OData service authentication issues
View ArticleRe: How to access control model from 'blur' browser event
.....attachBrowserEvent("blur", function(e) { var oInput = sap.ui.getCore().byId(e.currentTarget.id); var sPath = oInput .getBindingContext().sPath; }In the variable sPath is now the path to...
View ArticleRe: mvc view - controls not displaying on backspace
I think we need to have a look to your code before we can help you.
View ArticleRe: How to maximize/minimize the groups in List-Grouping?
Thanks for quick reply.Yes my data is already grouped. I am using splitapp. Instead of 2 masters, I thought of going for grouping, so that I can add search on group & list at the same time. So you...
View ArticleRe: How to maximize/minimize the groups in List-Grouping?
If your search will generate new data it is possible by using panels.Do you use js or xml for the view?
View ArticleRe: How to maximize/minimize the groups in List-Grouping?
we use xml views.. does it make any difference?
View ArticleRe: WebIDE deploy error
Hi Gopi, I met with Aubrey and we noticed this is indeed a user's permission issue, since it worked for one user and didn't work for another.I would appreciate if you could mention here what...
View ArticleRe: How to maximize/minimize the groups in List-Grouping?
No, but I would like to give you a sample template :-) example data structure: results 0 title results 0 ... ... 1 ... ... 1 title...
View ArticleMake the whole row clickable for expandable Panel
Hi all,In an XML view I have an expandable Panel - where you can expand the panel only with clicking the arrow icon.Is there a way to make the icon AND the whole Panel clickable?What do I need to...
View Article