Hi all,
I'm populating my DataGridView from database without any problems.
But cells in 1 of the columns can have 1 of 3 possible values.
How can I display the current values in the cell and allow the user to amend it by selecting 1 of the 3 possible values?
(When the user wants to amend the cell it turns into a DataGridViewComboBoxCell)
Thanks
I'm populating my DataGridView from database without any problems.
But cells in 1 of the columns can have 1 of 3 possible values.
How can I display the current values in the cell and allow the user to amend it by selecting 1 of the 3 possible values?
(When the user wants to amend the cell it turns into a DataGridViewComboBoxCell)
Thanks