Questions tagged [datagridviewcomboboxcolumn]
32 questions
0
votes
1 answer
DataGridViewComboBoxColumn get value from other column
I pull the data from sql database and fill datagridView1 with it:
dataGridView1.DataSource = bsour;
User will be able to edit value in 1 column, but possible values for that column are only Null, 0, 1 or 2 so to prevent from inputting incorrect…

Matthew
- 37
- 8
0
votes
1 answer
How to populate ComboBox DataGridView depending on Row ID
I use DataGridViewComboBoxColumn in DataGridView.
What I need is to filter ComboBox values depending on each Row ID.
Si it should look like
-----------------------------
Row ID ComboBox
Values
ID …

NoWar
- 36,338
- 80
- 323
- 498