All Tags »
Cell »
change detectio... »
Cell Content (RSS)
Sorry, but there are no more tags available to filter with.
-
Hi. I have a DataGrid with a few columns that are editable. I'm catching the EditEnded event for such a cell, and can get the row and thereby also my business object that was modified.
However, if the user just clicks in one of the editable cells and then leaves the cell again without changing anything, the EditEnded event fires as well. So ...