Skip to content

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.

Notifications You must be signed in to change notification settings

corne-ac/DX-Dynamic-Data-GridView-Example

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages