Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 867 Bytes

File metadata and controls

14 lines (8 loc) · 867 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 2019. 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

Project pre-requisites

Make sure that you have the compatible versions of Visual Studio 2019 and .NET Core SDK 3.1.2 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 blazor-dropdown-list-getting-started-example repository and then open it in Visual Studio 2019. Now, simply build and run your project to view the output.