Strange issues using sap.m.Table and DataBinding
Hi there, I'm using SAPUI5 1.18.5 and have some strange issues using sap.m.Table. Here is the code: <core:View controllerName="com.vendor.CreateInventory" xmlns:m="sap.m" xmlns:core="sap.ui.core"...
View ArticleRe: How to format a long value for chart axis label?
What i have found out today is, that you can apply a format string to the chart axes like this: oBarChartDuration.setXAxis(sap.viz.ui5.types.Axis({ label : sap.viz.ui5.types.Axis_label({...
View ArticleRe: Strange issues using sap.m.Table and DataBinding
Tobiasdid you already declare the complex binding in the index.html data-sap-ui-xx-bindingSyntax="complex"
View ArticleRe: Autocomplete box with OData service
Thanks Jason and Maksim. When I change the SizeLimit the odata service exposes all data. Furthermore I would like to 'pre' filter the data the odata service exposes because some of the data have no...
View Articlehow to set color to a cell in sap ui5 table dynamically
HI experts, can anyone please let me know how to change the color of a cell in table based on the value it is holding? BR,Pandu.
View ArticleClick on Makit
Hi All, Can we make enable click function on makit charts and get data of that particular arc..? Thanks,Surendra.
View ArticleSAPUI5 Framework - Reporting Issues
Hi Community, anybody knows where i can report issues or ideas about sapui5 framework?is there an issue tracker available?
View ArticlenodeContext for sap.ui.commons.Tree and XML data
Hi there, I'm using an XML similar to this one:sap.ui.commons.Tree and XML data(without the PropertySets tags) I managed to bind to XMLModel to the tree and to show the nodes. However, when clicking on...
View ArticleRe: List control repeating same data for all ObjectListItem
Hi all, I got the solution for this issue. The problem is not in the UI part, its actually in the OData issue. The problem is i have a Key in PoHeaderSet entity, but from UI am not passing any key...
View ArticleupdateRequired()
Hi All, Is there an example on how to compare two models for differences? I am creating a cancel button and wanted to detect if the oModel (JSON) has changed and accordingly prompt the user to either...
View ArticleRe: Interfaces, Classes and Base Classes, HowTo OOP
Most of the time I'm using Object.extend, for entity classes I use ManagedObject.extend.For all other tasks I simply define some moduls using jQuery.sap.declare().
View ArticleApplication breaks when called as Component
So, I have this UI5 Application which works perfectly fine when called thru index.html, however it breaks (resources not found, failed to load,404 error etc) when I try to call it as Component. Both...
View ArticleRe: SAPUI5 Framework - Reporting Issues
Hi Danilo, yeah, that's a really interesting question! I thought, i could create new issues at github for openui5, but unfortunately the "issue-module" is not used in this project. Does that mean, we...
View ArticleRe: Application breaks when called as Component
Hi Sandip, I had the same issue when I tried to create the Component based applications. From the index file I had the call to the component but was not able to call any of the Views from the...
View ArticleRe: Call another private function within a MVC controller
Hi Andreas, your solution works just fine. Where can I find this feature (array instead of function as event handler) in the SDK documentation? Regards,Tobias
View ArticleRe: RadioButton updates Model (Odata)
I managed to fix it :function handleSelectGender(e) { var g = e.getSource().getSelectedItem().getKey(); var oBindingContext = oForm.getBindingContext();...
View ArticleRe: Databinding: Path navigation
Thanks for your reply Michael, In an xml view you can use the id for get de control: sap.ui.getCore().byId("idListXmlView").bindAggregation......... Regards,José Manuel
View ArticleRe: Call another private function within a MVC controller
Hmm... it's e.g. mentioned athttps://sapui5.netweaver.ondemand.com/sdk/#docs/guide/MVC.1.htmlin the "Triggering Back Navigation" section. But it should be also in the normal MVC documentation. I'll do...
View ArticleRe: Call another private function within a MVC controller
Hi Andreas, thanks again for clarification. RegardsTobias
View Article