The Blazor DataGrid data binding feature supports to bind data seamlessly with various local and remote data sources such as IEnumerable/List, RESTful services, OData services, and WCF services. It uses the data manager to handle data and supports customizing data requests and processing.
Bind the Data Grid with a list of business objects or IEnumerable collection. The Blazor Data Grid is a generic component which needs a model type to bind data. In case the model type is unknown during compile time, it binds the list using ExpandoObject or DynamicObject.
Binding the Blazor Data Grid with RESTful services allows data from the services to be consumed using the data manager. It supports various data adaptors such as OData, ODataV4, URL, and Web API for working with a particular data service