Skip to content

Commit

Permalink
Fix MarkChangesAsSavedByKey not updating the cleaning invalid rows (#403
Browse files Browse the repository at this point in the history
)
  • Loading branch information
OS-giulianasilva authored Mar 22, 2024
1 parent cd08714 commit 9f77a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Providers/DataGrid/Wijmo/Features/ValidationMark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ namespace Providers.DataGrid.Wijmo.Feature {
rowKeys.forEach((element) => {
if (element !== '') {
this._metadata.clearPropertyByRowKey(element, this._internalLabel);
this._setRowStatusByKey(element, true);
}
});
this._grid.provider.invalidate(); //Mark to be refreshed
Expand Down

0 comments on commit 9f77a10

Please sign in to comment.