How to detect end user has changed value in cellvaluechanged devexpress gridview?
As described here :
The CellValueChanged event fires when:
1- a user has changed the in-place editor's value and now closes this editor. 2- the SetRowCellValue method or other Grid API was used to change a cell value in code.
I need to detect when a user has changed the in-place editor's value and now closes this editor.