4 references to _dataGrid
Aspire.Dashboard (4)
Components\Dialogs\ManageDataDialog.razor.cs (4)
96
if (
_dataGrid
is not null)
98
await
_dataGrid
.SafeRefreshDataAsync();
197
if (
_dataGrid
is not null)
199
await
_dataGrid
.SafeRefreshDataAsync();