Hi,
have to work with this event: CellValueChanging, ... even when fires the row value is not updated.
DataRow row = ((DataRowView)e.Column.View.GetRow(e.RowHandle)).Row;
I learned that this is normal, but i need to catch in someway the data writen in the row cells.
Any ideas? Thnx in advance.