ListView / Remote Data

Blazor ListView Example - Remote Data Binding

Loading Syncfusion Blazor Server Demos…

Products

This sample demonstrates binding remote data to the ListView component. Click any item to select and highlight it.

The DataManager acts as an interface between the service endpoint and ListView, and requires:

DataManager.Url – Endpoint to fetch data.

DataManager.Adaptor – Adaptor type (default: ODataAdaptor) which processes requests and responses.

The Syncfusion.Blazor.Data namespace provides predefined adaptors for various endpoints:

  • UrlAdaptor – Generic remote services
  • ODataAdaptor – OData endpoints
  • ODataV4Adaptor – OData V4 endpoints
  • WebApiAdaptor – Web API (OData standards)
  • WebMethodAdaptor – Web methods

In this sample, remote Products data is bound via a DataManager instance. Learn more in the documentation.

Transform your Blazor web apps today with Syncfusion® Blazor components
145+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE