Beispiel #1
0
 protected override async Task OnOpen()
 {
     GridRows.IsNotifying = false;
     GridRows.AddRange(await _productionService.GetProductionBatches());
     GridRows.IsNotifying = true;
     GridRows.Refresh();
 }