.....attachBrowserEvent("blur", function(e) { var oInput = sap.ui.getCore().byId(e.currentTarget.id); var sPath = oInput .getBindingContext().sPath; }
In the variable sPath is now the path to the current row.
Hope it helps.
If not working, please read this: Asking for coding help - SAPUI5 - (please read before posting coding questions)
kind regards, Kai