Hello to all. A question. DataGridView has column type. For example, there is such a type of column as DataGridViewComboBoxColumn. This column has a binding to the Binding Source data source. That is what I need. But, I do not need a ComboBox. I would prefer TextBox.
In short, I need a DataGridViewTextBoxColumn with the same data source binding properties as the DataGridViewComboBoxColumn.
Do not tell me how to implement this?