DropDown Virtualization Refresh - Please expose RefreshDataAsync

For components which allow virtualization, can you expose the RefreshDataAsync method from the Virtualize component within the Radzen component? My particular interest is the RadzenDropDown.

I'm having refresh issues around virtualized dropdownlists not refreshing in cascading dropdown scenarios. Looking into it, its a Blazor issue, and the solution is to invoke RefreshDataAsync.

This might help: https://github.com/radzenhq/radzen-blazor/commit/a74e0718477a4a3cdb4183b1caea630ad60ffe63

1 Like

It might indeed. Thank you.