0
我使用下面的代碼填充我的datagridview。在datagridview中更新組合框列
dgvPChannel.AutoGenerateColumns = true;
dgvPChannel.DataSource = new PaymentsAccess().getAllComplianceAccounts().ToList();
我在datagridview中創建了一個額外的列,並填充了這個組合框列。將此組合框更改爲「更新」按鈕時,現在需要更新數據庫。如何使用爲每個項目選擇的組合框選項更新所有的datagridview項目。
其組合框不復選框 – user3430861
好的非常感謝你,我會努力在這一點,讓你知道,不管怎樣我怎麼設置我的組合框中選定的項目。例如,如果row.cells [1] .value ==「A」combox selectedindex 1.請幫忙嗎? – user3430861
從來沒有得到我的答案 - http://stackoverflow.com/questions/4825222/how-to-set-selectedindex-in-datagridviewcomboboxcolumn – user3430861