This question requires you to be familiar with DotNetBar UI library for Windows Forms.
I know how to add a DataGridViewComboBoxExColumn
to a DataGridViewX
, but it's useful only when I know which columns the DataGridViewX has. The problem is I don't know which columns the DataGridViewX
has, it's DataSource can change and the columns will be automatically populated. The only thing I know is the type of column (specified by the column name or column data type) I want to turn it into a DataGridViewComboBoxExColumn
.
I don't know if I can do this in DotNetBar, if not, it's a real pity, in DevExpress I can do this but the work is also not simple.