Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.24 KB

File metadata and controls

20 lines (12 loc) · 1.24 KB

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

Project pre-requisites

Make sure that you have the compatible versions of Visual Studio Code and .NET Core SDK 3.1.1 in your machine before starting to work on this project.

How to run this application?

To run this application, you need to first clone the getting-started-with-blazor-dropdown-list repository and then open it in Visual Studio Code. Now, open the Integrated Terminal in VS Code and run the following command to build and run this project.

dotnet watch run

Navigate to http://localhost:5000/ or http://localhost:5001/ in the browser to view the output.