hi anand
before this function.....
function getvalue()
{
var content = oInnerFirst.getContent();
var oEntry = {};
oEntry.TextField = content[1].getValue();
sReadPath = "/WarAppSet(Kunnr='000000000" + oEntry.TextField + "')";
| alert(sReadPath); |
oTable.setModel(oModel) ;
oTable.bindElement(sReadPath);
}
-------------------------------------------------------------
you need to do fake binding after that you can handle by function
put this two line before placing ui .
oTable.setModel(oModel) ;
oTable.bindElement(<any path you can give>);
Thanks and best regards
Aasif Shah