Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 717 Bytes

File metadata and controls

24 lines (15 loc) · 717 Bytes

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.