Hello Tony,
There are a bug in the inline editing module in case of the usage of keyboard (keys:true option and restoreAfterError:false) and an error in the server response. After the error event handler of the ajax request are executed and the error message will be shown the code in the line will be executed
$(ind).unbind("keydown");
and one is unable more to save the row editing. To fix the problem I suggest to change the line to the following:
if(success) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top