I want to build a DataGridView
, which if I choose one of the item of a DataGridViewComboBoxCell
, then the other cells in the same row which should be TextBoxes
in other rows will turn into ComboBoxes
,does anyone knows how to do that?
It is like:
TextBox1|TextBox2|ComboBox1.Item1|TextBox3 |TextBox4 |TextBox5 |TextBox6
TextBox1|TextBox2|ComboBox1.Item3|TextBox3 |TextBox4 |TextBox5 |TextBox6
TextBox1|TextBox2|ComboBox1.Item2|ComboBox3|ComboBox4|ComboBox5|ComboBox6