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
930
Can you undo DeleteRow server-side?
posted

 I have a client-side script that deletes a row in my grid. I handle the following DeleteRow event with a server-side method. Is it possible to cancel the deleting of the row, and bring the row back in the grid server-side, without reloading the grid completely? I've tried setting e.Cancel = true; but that doesn't do the trick.