I have a question about datagridviewcell.
i have created textboxcolumn in datagridview. when ever i click the particular cell the cell should change to datagridviewcomboboxcell. Also i need to add the item in combobox collection.
when i go to another cell then, the new cell get datagridviewcombobox cell and existing cell should change to datagridviewtextbox cell…
I have a question about datagridviewcell. i have created textboxcolumn in datagridview. when ever
Share
You could change the
DataGridViewTextBoxCelltoDataGridViewComboBoxCellin theCellBeginEditevent and change it back inCellEndEditevent.Try this: