Hi,

I have a DataGridView on a WinForm that has a column with a combo box in it.
The combo is populated from a datasource and all works great.

My problem is this:

How do I get the value selected (or the text) in the combobox for a specific row when a button is pressed?

any help will be gratefully recieved

thanks