Re: 2 Models, 1 Control (HTMLView)
Hi Philipp, Could you let me know the UI control that you have used to display the data in the first view?If you are using a Table UI (sap.ui.table.Table) then there are different events available like...
View ArticleRe: 2 Models, 1 Control (HTMLView)
Hi Rahul <div data-sap-ui-type="sap.m.Select" id="selState" data-change="debugList" data-items="{kantoneModel>/kanton}"> <div data-sap-ui-aggregation="items"> <div...
View ArticleRe: 2 Models, 1 Control (HTMLView)
Hi Phil, I suppose, I am yet to understand your requirement. As per my understanding your are displaying the data in a table. And on selecting a particular row of the table, the details of that...
View ArticleRe: 2 Models, 1 Control (HTMLView)
Hey Rahil Thanks for your patience. My use case is similar to what you might see on some signup website or wherever you need to put in your address. You usually have some fields (name, street, city),...
View ArticleRe: Which Data Model is Faster for SAPUI5
Hi Manoj, The predefined models available in SAPUI5 are the JSONModel for JSON data, the XMLModel for XML data, the ResourceModel for resource bundle data, and the ODataModel for retrieving data from...
View ArticleRe: How to add rows to the table in SAPUI5?
Hi Rahul, I am assuming that Id is not necessary for that. And I changed my code as below.var oTable = new sap.ui.table.Table({ title : "Table Example" }); var row = new...
View ArticleLooking for Training institute
Hello, Is anybody aware of any training institute for SAPUI5 anywhere in India? Thanks,Atul
View ArticleRe: Connect to SAP R/3 via SAPUI5
Hi Rahul and Steven, ok, so I guess I'll try the way that Rahul suggested.Steven, in your way it seems to me that I have to buy the ABAB Eclipse plugin..is that correct? Another question: Is it...
View ArticleCan we design the table with Row headers and Column headers in SAPUI5?
Hi, I want to design the Table for form with static data along with Column headers and Row headers like below. Col1 Col2 Col3Row1Row11Row12Row13Row2Row12Row23 can we merge the cells like above ?...
View ArticleRe: How to add rows to the table in SAPUI5?
Hi Sridevi, As mentioned in the error you cannot call the 'addRow' method.Just add data to the model bound to Table. Below example might help you http://jsbin.com/uxokuc/47/edit Thanks and Regards,...
View ArticleRe: How to add rows to the table in SAPUI5?
Hi Sridevi, Add a template in each of your column and bind it with a model, basically a model can be with or without data. oTable.addColumn(new sap.ui.table.Column({ label: new...
View ArticleRe: Connect to SAP R/3 via SAPUI5
Hi Christian, It all depends on your environment ... Are you building SAPUI5 applications served from the JAVA stack of the NW portal ? As an alternative you could indeed use the SAP JCO indeed to...
View ArticleRe: Looking for Training institute
Hi Atul, Don't know about the training institute but the demo kit is the best place to learn UI 5. https://sapui5.netweaver.ondemand.com/sdk/#content/Controls/index.html Each and every control is...
View ArticleRe: Can we design the table with Row headers and Column headers in SAPUI5?
Hi Sreedevi, I am not sure about the cell merging part but it is possible to create the table as you have suggested by making use of the data binding method in a table. Also you will need to one extra...
View ArticleRe: Looking for Training institute
Hi Atul, As of now, there are no institutes available in India which provides a training course (atleast officially) on SAP UI5. But instead you can do some courses on HTML5, JavaScript, CSS etc....
View ArticleLooking for suggestions in UI5 controls
Hi All,Can you please explain me, how can I develop XML View for the following Attached Screen Shot. I have checked it, but I am not able decide the controls. Please share your thoughts, how can I go...
View ArticleRe: Looking for suggestions in UI5 controls
interesting question..You can go for CollectionInspector UI element. See this demo example https://sapui5.netweaver.ondemand.com/sdk/#test-resources/sap/ui/ux3/CollectionInspectorShell.html Other...
View ArticleRe: Binding of data on UI with model
Hi John , I have the problem that the user must change many data in different entries . And I use the method setproperty for this. And now the problem I try to send changes back to the gateway with...
View ArticleRe: Looking for suggestions in UI5 controls
Is this SAPUI5 in the screenshot? (guessing from the orange info icon). If so, have you tried using the Chrome inspector, and having a look at the classes and IDs in the DOM? That might give you a clue...
View ArticleRe: Show greater image onmouseover another image
Hi Stefan, Or take a look at this page which describes the plugin you have posted:http://cssglobe.com/easiest-tooltip-and-image-preview-using-jquery/ You can download the plugin there and it is...
View Article