I have a dgv with 3 columns, ProductID | ProductDesc | CurrentDiscount.
Currently, the 3 columns are textboxcolumns, are are populated using a datasource binding to a SQL table which works fine.
What I actually want is for the CurrentDiscount column to be a ComboBoxColumn which when the dgv is loaded, it populates the cell (on each row) with the current data from the database table, but allows me to use the ComboBox feature to change the discount value to something else.
I have been searching for hours and cannot figure out how to do this.
Any help would be appreciated.
P.S, there is no point me sharing current code as its all programmatically generated (and is HUGE) when I create the dgv and use a wizard to assign it a datasource.