tony said:
Hello,
This is not automatically done, since you do custom delete.
You alredy have a solution – reloading the grid.
Regards
Hi Tony,
I don't have a solution, the refresh i'm doing is clicking on Refresh button in the browser.
Now I did:
afterSubmit: function(response, postdata){
window.location.reload();
return [true, 'ok'];
}
I don't really like this solution because the main aim of this function is to return array and i'm suppresses it when doing the reload.
Any other idea?