Hi
I have an unbound column in a datagridview, the data in this column will be inserted into the database.
1) How do you format a cell in the unbound column so that it can host a combobox or textbox depending on the value of the adjacent cell.
For example, if the adjacent cell has a value of 1, a combobox must appear in the unbound cell, if the value is 0 then a textbox must appear in the unbound cell.
ALSO:The combo box must be populated on the fly and be able to take an ID value from the 1st column (databound) to populate it with the correct values.
AND when the data in the unbound column is inserted into the database, the value member of the combobox must be inserted.
If i could make this worth a 1000 points i would, it is that important to me.
Thanks in advance