Hi,
I have a datagridview with a number of columns that are bound when I set the datasource to my datatable. One of the columns I create in the datagridview is a datagridviewcomboboxcolumn. As I manually created this using the GUI at design time I just reference it and add it to the columns after setting the datasource.
The problem I have is understanding which index of the items in that datagridviewcomboboxcolumn I have selected. Is there anyway to understand which item in the list the user has selected?
Any help would be appreciated.
Cheers,
N
I have a datagridview with a number of columns that are bound when I set the datasource to my datatable. One of the columns I create in the datagridview is a datagridviewcomboboxcolumn. As I manually created this using the GUI at design time I just reference it and add it to the columns after setting the datasource.
The problem I have is understanding which index of the items in that datagridviewcomboboxcolumn I have selected. Is there anyway to understand which item in the list the user has selected?
Any help would be appreciated.
Cheers,
N