Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1012 Bytes

File metadata and controls

14 lines (8 loc) · 1012 Bytes

Create Blazor ListView In Blazor Webassembly App

A quick start Blazor WebAssembly app that allows you to configure the Blazor ListView component from Syncfusion with its available options. This project contains simple code customizations, as well as some important features like how to bind different types of data, group list items, add checkboxes to a list, and add nested list items.

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

Online examples: https://blazor.syncfusion.com/demos/listview/default-functionalities

Project prerequisites

Make sure that you have the compatible versions of Visual Studio 2019 and .NET Core SDK 3.1.3 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 create-blazor-listview-component-in-blazor-webassembly-app repository and then open it in Visual Studio 2019. Now, simply build and run your project to view the output.