I have a datagridview that is readonly. When the user clicks a button "edit on grid" then the datagridview becomes editable, and when it becomes editable I need one column to be a combobox so the user can only fill in to that column one of the
options from the combobox. How would I be able to do that?
Debra has a question