Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8493

Re: Not showing text on dropdownbox

$
0
0

HI Rohit

 

I am guessing

oItemTemplate1.bindProperty("text", "{ZtmDockid}");

should be

oItemTemplate1.bindProperty("text", "ZtmDockid");


or you can have it as

var oItemTemplate1 = new sap.ui.core.ListItem({

   text: '{ZtmDockid}'

});

 

 

Thanks

-D


Viewing all articles
Browse latest Browse all 8493

Trending Articles