I have an EditableTable using a data source from an aggregate. In the EditableTable said I have a text box to display the value of the associated column. When the user made some edit on the row and triggered the RowSave action, how can I get the original value of the text box/column? I need it to compare with the typed value to detect if the column is changed.
↧