DataGrid / Data Binding / List Binding

Blazor DataGrid Example - List Data Binding

Loading Syncfusion Blazor Server Demos…

1 of 7 pages (75 items)

This sample demonstrates how to bind list objects to the DataGrid component for local data binding.

The Blazor DataGrid supports data binding with local collections. The DataSource property can be assigned either as a list of objects or as an instance of the DataManager component.

In this demo, a list of objects is assigned directly as the DataGrid datasource. The DataGrid supports binding to the following data source types:

  • IEnumerable - Standard enumerable collections
  • IQueryable - LINQ queryable collections
  • ObservableCollection - Collections with automatic change notification

For more detailed information about local data binding, refer to the list binding 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