former_member303153
Discoverer
Member since ‎10-20-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I'm trying to load Value Help dialog with backend oData. Since oData results is taking time as I have aroung ~5K records. I'm trying to read oData in Async mode. I'm trying to get event in Valuehelp dialog so that I can set busy indicator t...
Hello,I'm trying to fill tree table with oData Service. But it is displaying as normal table not as tree table.Please Help.Below is .js code for setting up tree table rows var tableCarrier = this.getView().byId("treeTable"); tableCarrier.setModel(na...
Hello,I'm trying to implement Value Help Dialog. When I'm trying to run it. It gives misaligned header & Item. See below Code for your ref.controller.jsonInit: function() { this.bKeys = ["RightsTypeId", "RightsTypeDesc"]; }, onValueHelpRequest:func...