S
Steve Marshall
Hi, I have an unbound DataGridView with just 1 column in it. The
column is a combobox type, and I need to be able to attach the
datasource to it programmatically. This is because it is a DataTable
that gets built dynamically at runtime. But I can't see how to get at
the underlying combobox that "belongs" to the column. Anyone know how
to do this? It has to be in there somewhere! There doesn't even seem
to be a DataGridViewComboBoxColumn object (or similar), so obviously I
am looking in the wrong direction. Somebody please adjust my
headspace!
column is a combobox type, and I need to be able to attach the
datasource to it programmatically. This is because it is a DataTable
that gets built dynamically at runtime. But I can't see how to get at
the underlying combobox that "belongs" to the column. Anyone know how
to do this? It has to be in there somewhere! There doesn't even seem
to be a DataGridViewComboBoxColumn object (or similar), so obviously I
am looking in the wrong direction. Somebody please adjust my
headspace!