Visual Studio 2022 - DataGridView, Cell Value changes during runtime without any command to do so
Dimos Dimosthenous
1
Reputation point
Hello there,
I am playing around with Visual Studio 2022, where I connect my software to a local SQL database.
On my first form, I have a DataGridView and a ComboBox, both bound to same table tblCompanies.
When I select a row from the DataGridView, the value of ComboBox changes as expected.
The strange behavior occurs when I select a value from the ComboBox, which changes all
the values of the DisplayMember with the one selected.
Any ideas on what might be whrong?
Developer technologies Windows Forms
1,931 questions
Sign in to answer