Grid transactions undo does not restore original cell value
The value restored in the cell is the value that the user has entered first
The value restored to be the original cell value.
The issue is important as the data represented in the grid should mirror/align with the data stored in the backend. This issue allows the data displayed in the grid to be out of sync. In our case, multiple fields are updated if the user edits a column that is an operand to a calculated field's formula. We rely on updateRow() to track the multi-field edit as a single transaction. It is critical that our users see the data based on their last edit when commit() is called, not the second to last (n-1) edit.
@GibletJr , I agree on the importance of the issue. It is scheduled for the next Sprint run.
Can you please confirm which release this fix is in?
Can you please confirm which release this fix is in?
It will be included in next version, please monitor https://github.com/IgniteUI/igniteui-angular/releases. There should be next release within a week.
Most helpful comment
It will be included in next version, please monitor https://github.com/IgniteUI/igniteui-angular/releases. There should be next release within a week.