Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 570 Bytes

File metadata and controls

4 lines (3 loc) · 570 Bytes

Custom DevExpress DataGridView Two-Way Binding Implementation

The purpose of this project is to find a solution to implement two way data bindign between the DataGridView from DevExpress and a custom data structure found inside the Models/form.cs File.

This enables the user to be able to edit t he data on the UI and it will reflect in the original object used to populate the grids. This also works the other way around, meaning that if the original data from the form object gets updated or changed, these changes will be reflected on the UI.