Is it possible to show RadzenProgressBar when data is loading for a RadzenDataGrid?
You can use IsLoading property of the DataGrid similar to this demo:
or you can use show/hide a ProgressBar with indeterminate mode again depending on similar isLoading variable.