Hi,
a few weeks ago I reported this bug with full row editing and custom dropdown list:
http://www.jqwidgets.com/community/topic/custom-lookup-and-full-row-edit-error/
The bug was fixed, but now I stumble upon the same behaviour when I use the cellvaluechanged event. I have a grid with one editable column that is a lookup from a database query. Since this event and the update row event are fired even if the value does not change (click in the dropdown list, close it again without changing the value), I wanted to compare oldvalue and newvalue from the row.
In oldvalue there really is the old value of the dropdown list, in newvalue is an object – the selected item from the dropdown list. I expected the new value there.
Regards
Klaus