Radzen Dropdown didn’t show any data
I’m using radzen component to show dropdown, but no data showed up.
How to Filter data for Radzen PickList Data
I’m working on server-side Blazor Project using RadzenPickList component to display a list of data from my People table. I want to filter the data based on CompanyId and TypeId before displaying it in the PickList. This is my code below