M
mamil
Hi Gurus.
I want to display a datagridview with a column of type
DataGridViewComboBoxColumn.
I don't want to bind this column to the datasource of the datagridview.
I tried adding the column through the wizard, but encountered the
following exception when displaying the grid:
System.FormatException: The value of the DataGridViewComboBoxCell is
invalid.
Only when there was no data at all in the combo box I didn't get those
exceptions, but that is, naturally, not very helpful.
I know how to display the values of a DataGridViewComboBoxColumn when
it is bound to a datasource, but again - I don't want it binded to
anything.
How can I do that?
Thanks!
I want to display a datagridview with a column of type
DataGridViewComboBoxColumn.
I don't want to bind this column to the datasource of the datagridview.
I tried adding the column through the wizard, but encountered the
following exception when displaying the grid:
System.FormatException: The value of the DataGridViewComboBoxCell is
invalid.
Only when there was no data at all in the combo box I didn't get those
exceptions, but that is, naturally, not very helpful.
I know how to display the values of a DataGridViewComboBoxColumn when
it is bound to a datasource, but again - I don't want it binded to
anything.
How can I do that?
Thanks!