Sample here: https://github.com/mschnecke/demo-blazority
Detail:
https://github.com/mschnecke/demo-blazority/blob/main/src/Demo.Blazor.Clarity/Client/Pages/Index.razor.cs
after creating a new user in the backend I would like to refresh the data in the frontend.
await Datagrid.RefreshViewItems(true); <= seems not to work