Skip to content

DevExpress-Examples/winforms-grid-implement-crud-operations-linqservermodesource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - Implement CRUD operations (LinqServerModeSource)

In this example, the WinForms Data Grid control is bound to a LinqServerModeSource to display data from the standard SQL Northwind database. The example demonstrates how to create a custom edit form to allow users to create, update, and delete data rows/records.

Files to Review

Documentation

See Also