Skip to content

DevExpress-Examples/wpf-data-grid-bind-to-infiniteasyncsource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Bind to InfiniteAsyncSource

This example demonstrates how to bind the GridControl to InfiniteAsyncSource.

The solution in this example includes the following projects:

  • InfiniteAsyncSourceMVVMSample - demonstrates the MVVM approach
  • InfiniteAsyncSourceSample - demonstrates a basic non-MVVM approach

Refer to the How to Bind to Virtual Source tutorial to learn more.

InfiniteAsyncSource

A 1-Click Solution for CRUD Web API Services with Role-based Access Control via EF Core & XPO

If you target .NET for your backend API, be sure to check out our free Web API Service and register your FREE copy today. The Solution Wizard scaffolds an OData v4 Web API Service (.NET 6+) with integrated authorization & CRUD operations powered by EF Core and our XPO ORM library. You can use OAuth2, JWT or custom authentication strategies alongside tools like Postman or Swagger (OpenAPI) for API testing. Among its numerous capabilities, our built-in Web API Service filters out secured server data based on permissions granted to users. Advanced/enterprise functions include audit trail, endpoints to download reports, file attachments, check validation, obtain localized captions, etc. To use the free Solution Wizard (which creates the Web API Service) run the Universal Component Installer from the DevExpress Download Manager.

More Examples

The following example shows how to bind the WPF Data Grid to different data sources: Bind the WPF Data Grid to Data.

This example includes multiple solutions that demonstrate:

  • How to bind the Data Grid to Entity Framework, EF Core, and XPO.
  • Different binding mechanisms: virtual sources, server mode sources, and local data.
  • MVVM and code-behind patterns.

After you bind the Data Grid to a database, you can implement CRUD operations (create, read update, delete). View the example: Implement CRUD Operations in the WPF Data Grid.