This example is the application created in the Getting Started tutorial. It demonstrates the base functionality of the WPF Data Grid.
This project is based on the following example: https://github.com/DevExpress-Examples/wpf-blank-app-with-the-northwind-database.
See also: WPF Data Grid - Getting Started (.NET Core)
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 Example: Implement CRUD Operations in the WPF Data Grid.
(you will be redirected to DevExpress.com to submit your response)