HI,
I am trying to implement auto-save option for grid (databound to binding source).
Currently in RowLeave event (which is triggered correctly) I am trying to check if IsCurrentRowDirty == true.
But in all cases, for changed and unchanged rows it is always false.
Anything that I need to specify/set to have this working OK?
Thanx,
D
If I tap to RowValidated again the row is not dirty.
How can I make sure that in RowValidating row contents is ok so that I can save it?
Thanx,
D
RowLeave fires after RowValidating and RowValidated. Once validate it’s not dirty anymore.
Please login first to submit.