I have a grid setup with a column that specifies a displayfield. Before the updaterow and after the cellendedit events, the datafield value and displayfield value for the cell is updated to the newly selected value. However, if there is an error during updaterow and I call commit(false), the datafield value for the cell is reverted, but the displayfield value is not.
Is this expected behavior and if so, how can I refresh the row so it will display the original displayfield value after an error occurs during an updaterow in the dataAdapter?