Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 929 Bytes

File metadata and controls

18 lines (11 loc) · 929 Bytes

Add a Blazor Dropdown List to a Blazor Server App

A Blazor Server App that helps you to learn how easily you can create and configure the basic features of Syncfusion Blazor Dropdown List. You will learn how to add Syncfusion Blazor Dropdown List to a Blazor Server application. You will see how to populate it with JSON data and remote data sources. You will also learn how to sort the data source, and how to set a custom height and width for the Dropdown List pop-up.

Example: https://blazor.syncfusion.com/demos/DropDownList/DefaultFunctionalities

Documentation: https://ej2.syncfusion.com/blazor/documentation/dropdownlist/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.