This question is locked. New answers and comments are not allowed.
Hi,
I have been running into a JavaScript error when I am using in-line editing. The error only occurs after I have clicked the update button and returned the new GridModel. I have tried using the sendValues method, resetting the data in JavaScript and using that data set with the dataBind method to update the data in the grid, and sending the information needed for the update through my own Ajax call. In all cases when I click the cancel button, I receive an error saying that 'data' is undefined in the following function:
function anonymous(data) {
return data.ClientId;
}
I was wondering what might be causing this error, and how I might be able to restore the cancel buttons functionality without recreating the whole grid.
Thanks