Hi Robin,
Thank you for quick reply.
You are right.
But on click of save ,i need to load grid automatically so that query which m using to load grid will get me data with new set with status '0'.
If i click on save,it saving data and showing that record with status 1 also but not loading that query again.
Following approch will work or not:
oModel.setData({modelData: bData});
oTable.setModel(oModel);
oTable.bindRows("/modelData");
oTable.placeAt("content");
Please guide.
Regards,
Neha