Relative Content

Tag Archive for c#blazorblazor-server-sideradzen

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