[Radzen.Blazor v2.15.7] RadzenGrid does not auto-reload data

Seems that Radzen.Blazor update 2.15.17 no longer auto reloads after updating the underlying model.
It does not honor the explicit StateHasChanged().
We had to explicitly call await Grid.Reload() to restore functionality.

Should we be doing something different? Are we missing anything?

Hi @mrbob,

Not sure how to reproduce this - we've not changed anything related.