B
B. Chernick
I have a Winforms app with a datagridview control (Dot Net 2.0) One column
is a bound combobox.
What I would like to do is if the combo box is changed to a certain value,
change the value of another cell in the same current row. What I have so far
is some code in the CurrentCellDirtyStateChanged event. This works, but the
event only fires when the cell with combobox is exited.
Is there a way to do this without leaving the combobox cell?
(So far every method I've tried has required leaving the cell and/or row.)
is a bound combobox.
What I would like to do is if the combo box is changed to a certain value,
change the value of another cell in the same current row. What I have so far
is some code in the CurrentCellDirtyStateChanged event. This works, but the
event only fires when the cell with combobox is exited.
Is there a way to do this without leaving the combobox cell?
(So far every method I've tried has required leaving the cell and/or row.)