Refresh RadzenRadioButtonList

Hello,

I have a RadzenRadioButtonList that is bound to a data element.

How can I "refresh" or "reload" this component if the data element changes? I tried using the .Refresh() method on the RadzenRadioButtonList but it still does not visually change my change even though I can see the data source behind it has changed when debugging. Is there another way to achieve this?

Hi @bjkountz,

Try to call StateHasChanged() for the page.