Watch video
Learn how easily you can create and configure the Blazor ListView component using Visual Studio 2019. In this video, I'll create a new Blazor WebAssembly app using Visual Studio 2019 and then integrate the Blazor ListView component by adding the Syncfusion Blazor package from NuGet. I'll also explain how to configure a few of its basic features like how to bind different types of data, group list items, add checkboxes to a list, and add nested list items.
Download Example: Getting Started with the Blazor ListView
Watch video
Learn how easily you can customize the ListView component header, items, and group header using templates.
Download Example: Customizing Blazor ListView Using Templates
Watch video
Learn how to bind data easily in the Blazor ListView control using Entity Framework.
Download Example: Binding Data to Blazor ListView Using Entity Framework