I'm using a DataSource for a Mobile List View with serverPaging, serverFiltering, endlessScroll.
The problem is the DataSource won't fire if there's an error with the request.
I tried using config DataSource.error =function(e){console.log(e);} and DataSource.requestEnd(e){console.log(e)}
None of them are fired when the DataSource encounters a read error.
The weird thing is requestEnd fires everytime (read or update) in another DataSource instance which doesn't use serverPaging, serverFiltering etc.
The problem is the DataSource won't fire if there's an error with the request.
I tried using config DataSource.error =function(e){console.log(e);} and DataSource.requestEnd(e){console.log(e)}
None of them are fired when the DataSource encounters a read error.
The weird thing is requestEnd fires everytime (read or update) in another DataSource instance which doesn't use serverPaging, serverFiltering etc.