This commit is contained in:
2022-07-10 23:36:16 +00:00
parent 761f51508e
commit ed45df2961
4 changed files with 38 additions and 7 deletions

View File

@@ -279,6 +279,7 @@ namespace AyaNovaQBI
_GridTable.Rows.Add(row);
}
grid.DataSource = _GridTable;
grid.ClearSelection();
}
finally
{