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
264
UpdateRowBatch and WebDialogWindow....
posted

Question,

I have a case where I have to use UpdateRowBatch, but I want to send a response back to the client saying the update succeded for failed.  I can then display the WebDialogWindow with the correct message.

I know that with XML enabled that I can use Me.GridName.ClientResponse.ResponseStatus = XmlHTTPResponseStatus.Success

How can I do something similar using updaterowbatch?

Thanks