Skip to content

Files

Latest commit

77a400b · Oct 31, 2022

History

History
18 lines (11 loc) · 774 Bytes

File metadata and controls

18 lines (11 loc) · 774 Bytes

Add a Blazor ListBox Component to a Blazor Server App

A quick overview on how to create and configure the Syncfusion Blazor ListBox in a Blazor Server app using Visual Studio Code. You will learn how to add a simple Blazor ListBox to a Blazor Server app. You will also learn how to populate it with list data and remote data sources to the ListBox.

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

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