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

Re: Selecting the List item from List based on id

$
0
0

Hi Chiranjeevi,

 

You can try as following to get the data in listitem,

 

onGeocodeAddressSelected : function(oEvent) {

 

     oSelItemId = oEvent.mParameters.listItem.sId;

     oSelItemId = oSelItemId.substr(37, 3);   //check your id accordingly and change substring

     masterList = this.getView().byId("list").getItems();

     var vRoad = mList[oSelItemId].mAggregations.attributes[14].mProperties.text;

 

}

 

Regards,

Arun Krishna


Viewing all articles
Browse latest Browse all 3189

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>