Skip to content

Latest commit

 

History

History

ASPDataBaseServer

DevExpress .NET MAUI Data Grid - Bind to a Custom WebAPI Server

This example shows how to receive data from the ASP.NET Core server and display it in the DevExpress .NET MAUI Data Grid

The example contains the following projects:

  • ASPDataBaseServer - the ASP.NET Core server that stores data in a .json file.
  • MauiDataGridView_GetFromASPServer - .NET MAUI application that contains the DevExpress .NET MAUI DataGrid. The DataGrid retrieves data from the ASP.NET Core server and displays them in the application.

Files to Review