Hi,
I’m having an issue with editable cells. The cellvaluechanged or cellendedit event is not triggered until the user clicks on a different editable cell. If the user just edits a cell, and click a button to save the changes, the value of the last edited cell will not be saved, there is not even a way to retrieve that value. I tried to manually get the cell value by calling getcellvalue method during save, but the getcellvalue doesn’t return the value on the screen for the last edited cell.
The demo http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/cellediting.htm actually illustrates the issue. The cellendedit is not called until another cell is clicked. There is no way to get the on screen value for the last edited cell if the user doesn’t click somewhere else.
Is there any way to get the value for the last edited cell? Any workaround?
Thanks for your help!