4 references to _dataGrid
Aspire.Dashboard (4)
Components\Dialogs\ManageDataDialog.razor.cs (4)
98
if (
_dataGrid
is not null)
100
await
_dataGrid
.SafeRefreshDataAsync();
200
if (
_dataGrid
is not null)
202
await
_dataGrid
.SafeRefreshDataAsync();