Skip to content

DevExpress-Examples/wpf-data-grid-getting-started-net-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Getting Started (.NET Framework)

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)

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 Example: Implement CRUD Operations in the WPF Data Grid.