admin管理员组

文章数量:1123091

I have a dataGridView with some ComboBoxColumns. I noticed while I am trying to get the value of the first selection via dataGridView.CurrentCell.Value?.ToString() the the first selection is empty but the other selections work just fine. The most weird thing is that ComboBoxColumns are reacting as above while another works just fine under the same calling function.

Any ideas?

Not sure what to do.

本文标签: C dataGridView ComboBoxFirst Selection IssueStack Overflow