Hi,
I try to check if the user changed any value in edit mode or not. The problem is that e.OldData != e.NewData even if the user just entered edit mode and came out. For numeric column (with DataFormatString = "{0:N}") the grid shows "0.0", but in edit it shows "0" so the values are not equal. For date column OldData is "" and NewData is null, just because I clicked F2.
Can this be avoided? Or is there a better way to check for changed cell values?
Thank you,
joe