csaba_molnar3
Explorer
Member since ‎02-05-2015

User Statistics

  • 16 Posts
  • 1 Solutions
  • 1 Kudos given
  • 10 Kudos received

User Activity

I have a freestyle SAPUI5 application with a sap.m.Table. The Table is defined in an XML view and its "items" aggregation contains a single sap.m.ColumnListItem which contain 10 cells. The cells are fairly complex, several of them contain multiple Co...
I've created a freestyle UI5 test app running locally. I'm not using any SAP backends, nor OData. I want to know how I can override texts of SAP controls. The concrete example: I use sap.ui.comp.filterbar in my view and I want to replace the text o...
It seems that in the newer SAPUI5 versions the maxFractionDigits option of the sap.ui.model.type.Float datatype does not work. You can verify it with the official SAP UI5 samples: It works in the 1.84.21 sample application. Insert 123.45678999999...
The SAPUI5 API documentation has an annoying typographical problem which makes my head dizzy every time I try to read the docs. The name of every event and method is placed so that it looks like it belongs to the parameter list of the previous even...
It seems that two things should be corrected on this page (SAPUI5 documentation for Enabling the Flexible Column Layout). I followed the instructions for OData V4 to manually change my manifest.json, but it didn't work. Then I successfully enabled th...