RadzenGrid not refreshing on changing datasource

I've having an issue with the RadzenGrid component not refreshing when I change the underlying datasource. My scenario is I'm using a dropdown for selection and then populating a grid with the results from an EF query that gets triggered by the selection. I've tried using StateHasChanged() but the grid always displays the results from the first query even though I'm changing the underlying datasource

Fixed and the new version (Radzen.Blazor 0.0.43) was just published. Thanks for the report!

Working great now, thanks.