C# get DataGrid Combobox Selected Value
Posted on Sunday, May 1, 2011
|
No Comments
DataGridViewComboBoxCell cell = (DataGridViewComboBoxCell)datagridControlSupplier[2,e.RowIndex];
MessageBox.Show(cell.Value.ToString());
A free source of help.
DataGridViewComboBoxCell cell = (DataGridViewComboBoxCell)datagridControlSupplier[2,e.RowIndex];
MessageBox.Show(cell.Value.ToString());
Powered by Blogger | Theme mxs | Converted by LiteThemes.com