In My DatagridView,I Have Two Columns, ComboxboxColumn and TextboxColumn. I want to change the value of textbox
when combobox selected index changes (in general combobox it has selected index change event but datagridviewComboBox does not have it)
In My DatagridView ,I Have Two Columns, ComboxboxColumn and TextboxColumn . I want to
Share
Give these two simple methods a go (the ‘1’ in the top method is the index of the combobox column)
The line that you would make you modifications to would be the setter line
cel.Value =, as you may change it to whatever you like.