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