well I have a datagridview , and i have a column, all i want to do is controlling the cells in this column, sometimes make it combobox, sometimes textBox ….etc
I can make the cells of a column have only one type , can i make many cells type in one column ?
hope it is clear .
There are two ways to do this:
See my sample code below which illustrates the tricks.
Taken from here