Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27189

VS 2010 Using a DataGridViewComboBoxColumn

$
0
0
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

Viewing all articles
Browse latest Browse all 27189

Trending Articles