I have a button inside a RadzenGrid to update a record on database. When I click on the button, it updates the record in database(I can see the value changed in db).
On the LoadData method, there is web api call to fetch the records from database.
On the GridUpdateButtonClick method, the web api call updates the record. after the update, I call await grid0.Reload();
When I debug, I can see the Reload() call gets me to LoadData, but the RadzenGrid doesnt get refreshed.
Any help would be appreciated.
I use, radzen blazor nuget