/group-and-filter-items-in-blazor-dropdownlist

A quick start Blazor project that shows how to group the Blazor Dropdown List items as well as how to filter them.

Primary LanguageHTML

How to Filter and Group the Blazor DropDown List Items

This sample explains about how to group the Blazor Dropdown List items as well as how to filter them.

Examples:

Documentation:

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.