Now then,
It's not often I start a thread but I'm struggling to find the answer after a lot of tries on Google.
The issue is that I have a "Profession" comboBoxCell as well as a "Discipline" comboBoxCell which is populated/ repopulated with a short list of disciplines dependent on the value selected in the "Profession comboBoxCell.
This would mean I'd need a selectedValue Changed action event at cell (just the "Profession" comboBoxCell) level rather than the entire DGV or that counts for all cells like below:
dataGridView1_CellValueChanged()
If anyone could suggest anything other than point me in the right direction I would really appreciate it.