loadError: function(xhr, status, error) { setTimeout("alert('ERROR');", 3000); $("#list").trigger('reloadGrid'); }
doesn't works. After 'reloadGrid' there is no request to server.
I will check this simulating the situation. In the meantime could you please enclose the trigger(“reloadGrid”) in setTimeout function as you do with the alert.