Skip to content

DevExpress-Examples/wpf-spreadsheet-bind-grid-control-to-worksheet-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spreadsheet for WPF - Bind a GridControl to the Worksheet Data

This example demonstrates how to bind the Grid Control to the Spreadsheet data.

Use the Range.GetDataSource method to create a data source object from a specific cell range in a worksheet, and then assign it to the GridControl.ItemsSource property. The two-way binding is supported: any changes to worksheet (such as editing values, inserting and deleting rows, sorting and filtering) are immediately propagated to the Data Grid, and editing data in the grid is reflected in the spreadsheet.

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Use the SpreadsheetControl data as a data source for the Grid Control

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •