In Telerik UI for ASP.Net core, on the dropdownlist component, there is a built in Cascading functionality.
What is the approach for Telerik UI for Blazor?
I use it in a Wizard, using a form.
Kind regards.
1 Answer, 1 is accepted
0
Tsvetomir
Telerik team
answered on 11 Jun 2024, 02:21 PM
Hello Edwin,
The achieve cascading DropDowns in Blazor, use the ValueChanged event of the DropDownListto update to model and filter the data for the next component. To see the approach first-hand, refer to our KB article - Cascading DropDowns.
I hope the provided information helps you to move forward with your requirements.