I have a list. There is a split button on the right. when I click this button it invokes a service that deletes the item from the database. This all works. However when I try to refresh the list on the delete item success using the following
Appery('mobilelist_1').listview("refresh");
Nothing happens. The item is deleted but list remains how it is. If I navigate away and back again then the list refreshes as I would expect.