Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Cancel removal of rows when delete fails on the server
posted

Hi,

Does anyone know how I would go about canceling the removal of records on the client when the delete fails on the server (loading on demand). I dont want to rebing the grid from client side as I will loose the grids clientResponse details.

We can determine that the delete failed on the server via the XmlHTTPResponseHandler and the records still appears to be in the collection I just can work out how to re-include it.

Thanks in advance,

Rob