Friday, 17 March 2017

How to know the Index of the List ins sap Ui5 ?

                                     
presseventofListItem:function(oEvent){


                                       var oList = oEvent.getSource();
                                         var oItem = oEvent.getParameter("listItem");
                                         var sPath = oItem.getBindingContext().getPath();


}
                                    

No comments:

Post a Comment