Re: regarding Export to EXCEL
Hi Angel,Can you please give details about this option?> 1 - Develop a JavaScript utility to send table header+content data to servlet to download using Java POI or CSV format. I am struggling in...
View ArticleUI5, Cordova & iOS - Focus & Event Issues
Anyone else using this combination: SAPUI5 + Cordova + iOS and having issues with focus of controls and subsequently events of those control firing at incorrect times? Example: On page 1 we have a...
View ArticleRe: Pass input values of RFC to odata service ?
If you check my earlier code i am reading input data from UI(ID and Desc are my UI field id's) then i am making an odata call and after that i am binding the entityset to my frontend table Nabheet
View ArticleRe: declarative element binding in xmlview: HowTo?
If I got what you want, your XML view should be something like this: <core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" controllerName="view.YourController">...
View ArticleSAP Appbuilder Slider functions
Hi all, I am just starting to learn more about app builder and its coding.I am stuck at at the slider function What i wanted to do is to try to allow User to interact on the slider from value 1 to...
View ArticleRe: Export data to Excel - Save file dialog doesn't appear
Thanks Florian.In server side.I have developed a PDK.In my requirement, i have to send filename & exceldata to serverand to generate excel.Can you help me? I am doing like this: var myData =...
View ArticleRe: SAP UI TreeTable with threestate checkbox
Thanks a lot Dennis. Many people were saying to go with jQuery tree plugin.
View ArticleRe: Click event for custom tile
No need of defining a CSS class. There is a class sapMPointer generated by UI5 which does the same. <tile-instance>.addStyleClass('sapMPointer'); would be enough. RegardsSakthivel
View ArticleRe: SAP UI TreeTable with threestate checkbox
Hi Shashi As we can see that we can manipulate the model to achieve what we wanted. This is the power of OpenUI5 and many modern UI framework. Having to using JQuery and other DOM manipulation methods...
View ArticleRe: data binding in check box in xml view
Hi Maksim, I don't know why it didn't work in XML viewhad to handle it from controllerthanks for your reply Best Regards,Namita
View ArticleBlock future dates in SAP UI5 date picker
Hello All, Is it possible to block future dates in SAP UI5 date picker?Appreciate your suggestions Best Regards,Namita
View ArticleSAP UI5 fragment and component
Hello All, Appreciate the example which could help to understand the difference between fragment and component in MVC model Best Regards,Namita
View ArticleRe: data binding in check box in xml view
Hi Namita, XML view is a declarative view. It's similar to HTML, think of how you'll call a event handler function from any HTML element. you'll be only pointing out the function name and the...
View ArticleRe: How to get formatter result into model
Hi Stam if you want it to be in the model, you can attached an event to the model (attachRequestCompleted) and do the calculation there Thanks-D
View ArticleRe: Could not binding Master Detail page
Do you think I used the wrong syntax to get the data on this part ? var oList = new sap.m.List({ items: [ new sap.m.DisplayListItem({label :...
View ArticleRe: How to get formatter result into model
Hi Dennis, I'm not sure how that would work? Could you perhaps provide an example? Like that formatter updates the correct total cell on whatever row I change on the values of a,b,c, etc.. but how...
View ArticleHow to download UI5 team provider ?
Hello every one, Reading throught the document SAPUI5 Tools Installation - User Interface Add-On for SAP NetWeaver - SAP Library i realised the components to be installed on backend are as below....
View ArticleSAPUI5 table column filter
All, I have a sap.ui.table.Table object with some columns. I am able to use the sortProperty and filterProperty of the column to do this and works fine on text. I have a column with a template using a...
View ArticleRe: How to get formatter result into model
If you can provide some columns and rows data from the model, I may be able to provide you an example. Thanks-D
View Article