Does anyone know of a way to change the default
textbox style in a datagridview class to a
combobox style?
I know how to create a databound datagridview and change the textbox to a combo box. I know how to create a class that generates a datagridview object. but what I cannot seem to find is how to change the textbox style in a class generated datagridview to a combobox.
