I need to Bind a DataGridView to a Data Table that I will populate through Oledb.
This part isn't a problem, but what I want to do is then replace some of the standard columns of the DataGridView and replace them with DataGridViewComboBox columns.
These Columns will then have their own datasource, which will allow the end user to change the default data value, to one of those in the Item Collection.
Has anyone got any decent Links or Tutorials for this kind of Task?
Any help would be hugely appreciated.