DataGridView的DataGridViewComboBoxColumn列在编辑时自动弹出下拉列表
摘要:在DataGridView的CellEnter的事件中添加如下代码即可:if (e.ColumnIndex == dataGridView1.Columns["仓库名"].Index) { dataGridView1.BeginEdit(false); System.Windows.Fo...
阅读全文
posted @ 2014-11-15 12:03
浙公网安备 33010602011771号