I have a RadGrid in batch model (EditMode = "Batch") in <CommandItemTemplate> have a button (SAVE) that calls a javascript function that will call the get_batchEditingManager () method saveChanges (mastertableview);., and server side I I'm Telerik.Web.UI.GridBatchEditingEventArgs function well, the code is working correctly, however, if the server side function of an error, the postback happens and I lose the information that was added on the client.
How do I not lose this information on the client side if my GridBatchEditingEventArgs server side of an error?
How do I not lose this information on the client side if my GridBatchEditingEventArgs server side of an error?