I have a datagridview with three columns namly column A, column B, column C.
column A has a column type of DataGridViewTextBoxColumn.
while column B and column C has a column type of DataGridViewComboBoxColumn.
The problem is this....
During form_load I want the column type of column B and column C to be a DataGridViewTextBoxColumn, and when I press the command button for edit I want the column type of column B and column C to DataGridViewComboBoxColumn.
Hope you understand what I mean and thanks for the help.