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.

Data Grid with Data from External Service

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:

Localhost Port

Files to Review

Documentation

Does This Example Address Your Development Requirements/Objectives?

(you will be redirected to DevExpress.com to submit your response)