ok, if you are using sap.m, the below deletion handler should work for you.
handleDelete: function(evt) {
evt.getSource().removeItem(evt.getParameter("listItem"));
}
Sreehari
ok, if you are using sap.m, the below deletion handler should work for you.
handleDelete: function(evt) {
evt.getSource().removeItem(evt.getParameter("listItem"));
}
Sreehari