I have used DataGridViewComboBoxColumnin my datagridview in windows application form, but i can not get selected value. I want to insert selected data into database table. can you help me?
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
You can try this code
Note: .Rows[e.RowIndex].Cells[0] is the index of ComboBox Column.
I hope this solve your problem