Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 703 Bytes

File metadata and controls

18 lines (11 loc) · 703 Bytes

Add a Blazor Dropdown List to a Blazor Server App

A quick project helps you to learn how to configure the Syncfusion Blazor Dropdown List in a Blazor Server app using Visual Studio 2022. You will also learn how to populate it with JSON data and remote data sources.

Example: https://blazor.syncfusion.com/demos/dropdown-list/default-functionalities

Documentation: https://blazor.syncfusion.com/documentation/dropdown-list/getting-started

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.