cheekykevwalker
Programmer
I have not yet experimented with using the combo box inside of the datagrid in VB.NET as am short on time to complete what I'm working on so I'm wondering if someone might be able to tell me how I can update the cell currently selected in a datagrid via a data bound combo box on a form. For example I have a combo box with display values 'current', 'new' and 'archive' with corresponding data values '1','2' & '3' as the values. I want the datacolumn 'con_state' to reflect the value chosen by the user in the combo box. I suppose its basically a question of how to link up a combo box with a datagrid column? Thanks in advance for any replies. Kev