Usually, you force a re-render by calling the StateHasChanged
method.
For this app to work, you should place StateHasChanged();
at the end of the BarCallback method.
Hope this helps.
Usually, you force a re-render by calling the StateHasChanged
method.
For this app to work, you should place StateHasChanged();
at the end of the BarCallback method.
Hope this helps.