Horizontal scrollable panel?
Hi experts, i have a tree (sap.ui.commons.Tree) in a panel (sap.ui.commons.Panel) and i am not able to left-right scroll when my tree is big.When using "setShowHorizontalScrollbar" of Tree class, i...
View ArticleHow to remove the particular lines that are present in the Column Headers...
I need to remove the particular line which is present in the column headers.Please find the attached screen shot.I am trying to edit in CSS as below:: .sapUiTableColRsz #__column1-rsz{/*...
View ArticleHow to get sap.ui.commons.ListBox multi select to work on mobile touch devices
Hey all, Currently we are using sap.ui.commons.ListBox with multiselect on desktops, which works well with the mouse and the use of the CNTRL & SHIFT buttons to utilize the multiselection. We are...
View ArticleRe: How to create a dynamically growing list in SAPUI5?
Does this hit the server to retrieve additional data? If so, can you share the piece of code for it?
View ArticleRe: Failure-unable to start app - Custom tile
Still unable to figure it out. Still trying.
View ArticleRe: Version management tool for Eclipse Juno / fiori apps
Thanks Michael. will Git. Thanks,Gopi
View ArticleRe: How to remove the particular lines that are present in the Column Headers...
can you try this?.sapUiTableCol, .sapUiTableTr>td { border-right: 0px;} -D
View ArticleRe: Possible to sort sap.m.table by clicking column header?
Here is one sap.m.Table.extend('ColumnClickableTable', { metadata: { events : { columnPress: {} } }, renderer: function(oRm, oControl) {...
View ArticleRe: Possible to sort sap.m.table by clicking column header?
Sorry, I did not read your question properly for sorting your need to trigger the backend call yourself.-D
View ArticleRe: How to create a dynamically growing list in SAPUI5?
Hi, Like I said, if it's an OData service call, then data is loaded from the server, and the amount of retrieved data specified by the threshold. if it is a simple REST / JSON service, then all data is...
View ArticleRe: (open) UI5 Mockserver combined with ODataModel problem
Hi TinMissing context into your code ill point you to the Sap.m Cart test app to see how the MockServer works with an ODataModel you'll find the app in the following...
View ArticleEvent Order in SAPUI5
Hello,I have a sap.m.CustomTile with a sap.m.Button inside. On Both the tile and the button I have attached onpress event handler.The problem is that when I click the button, both event handlers are...
View ArticleDisabling the selection for specific ListItem in sap.m.Table
Hi Colleagues, The scenario is that there are two users accessing the application.:User 1 has opened the application and locked some itemsNow user 2 has opened the application so for those items which...
View Articlewhat is the best alternative for application header
Hi everyone,I am trying to add an image to application header but its not working so is there any other way to add an image to application header or alternative to application header. thank you
View ArticleRe: what is the best alternative for application header
First of all, what is not working? If the image isn't shown, have you used the correct URI? As an alternative, you could of course create your own application header, which obviously gives you more...
View ArticleRe: Disabling the selection for specific ListItem in sap.m.Table
For those items that are to be disabled, you could add a new style class to each cell control to indicate it's disabled. You could use a formatter function: ... addStyleClass : { parts : [...
View ArticleRe: ObjectListItem with additional input controls like Switch
Hi Tobias, I'm working on my CustomListItem as well and I'd very much appreciate if you shared your experience with me/us. Could you maybe share some sample code of you CustomListItem? Did you create...
View ArticleRe: How to get sap.ui.commons.ListBox multi select to work on mobile touch...
It may be possible, if in the select event you add the newly selected item to the setSelectedIndices array. You need to keep track of the currently selected indices though, and you need to check...
View ArticleSAP UI Theme Designer - How to (Beginner)
Dear All Gurus,I came across a very interesting topic "SAP UI THEME DESIGNER" when doing some R&D on FIORI since the client has decided to go for FIORI .As per below links this can be adapted for...
View Article