add/modify grid without reload

This commit is contained in:
Robert McRackan 2022-05-04 13:37:25 -04:00
parent 0bde86ebfd
commit 128facec21
3 changed files with 61 additions and 26 deletions

View file

@ -176,6 +176,7 @@ namespace ApplicationServices
int qtyChanges = saveChanges(context);
logTime("importIntoDbAsync -- post SaveChanges");
// this is any changes at all to the database, not just new books
if (qtyChanges > 0)
await Task.Run(() => finalizeLibrarySizeChange());
logTime("importIntoDbAsync -- post finalizeLibrarySizeChange");