Grid for Blazor - How to bind the Grid to a Web API service
February 13, 2026 ยท View on GitHub
You can use the HttpClient to obtain data from the remote service. Save data to a collection and bind the Grid to it.

Quick Start
The DataGridWithWebApiService application should connect to the same port that the MyTestWebService application uses. Start the MyTestWebService application, copy the port number from the URL, and paste the clipboard content to the Path variable:

Files to Review
Documentation
- Grid: Data Binding
- Bind Components to Data with Entity Framework Core
- Tutorial: Create a web API with ASP.NET Core
Does This Example Address Your Development Requirements/Objectives?
(you will be redirected to DevExpress.com to submit your response)