I have a winform that has a datagridview and i am formatting the layout of the grid using using the following vb.net code. I would like to have column 2 in the grid be a combobox column. How can i change column from a textbox to a combobox using my existing code.
Thank you!