I have a datagrid with cell editing.
There are 2 editable cells, the first is numeric and the second is text.
After entering the numeric value and tabbing or clicking on the text cell, I need to perform some calculations and then update the row, enter notes and then end the edit or continue with the next line.
But the updateRow() ends the edit session so I can't enter in the notes, and it is also throwing an obscure jquery error ( TypeError: $.data(...) is undefined ) which is not really very informative.
I have even tried updateing the row with no new values {} and I still get the same error, it seems that any attempt to update the row from the onChange(0 event results in a error, and I am unable to continue to edit the next field.
http://jsfiddle.net/seKvb/45/