Skip to content

DevExpress-Examples/winforms-grid-update-datasource-from-separate-thread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - Update the Grid Control's data source from a separate thread

This example shows how to safely update the Grid Control's data source from a background thread. This technique allows you to avoid synchronization-related issues between the main and background threads.

Files to Review

See Also