Hi Mano,
Use the following code.
oTable.attachRowSelectionChange(function(oEvent){ var sPath = oEvent.getParameter("rowContext").getPath(); var data = this.getModel().getProperty(sPath); alert(data['CustomerID'] ); });
Atanu
Hi Mano,
Use the following code.
oTable.attachRowSelectionChange(function(oEvent){ var sPath = oEvent.getParameter("rowContext").getPath(); var data = this.getModel().getProperty(sPath); alert(data['CustomerID'] ); });
Atanu