Hi mendhack,
I was referred to you by techgnome about Databinding. I have a form that contains a DataViewGrid that is bound to a BindingSource which I manually declared within my form module. Along with this grid I have several textboxes and comboboxes that I wish to bind the row of data to, basically each column in the grid is associated with a textbox/combobox on the form. I know I don't bind to the DGV Row itself but I'm not sure how to bind the data so that when a user makes a change in one of the textboxes/comboboxes, that change will be reflected back in the DGV Row.
Hope I explained myself.
Thanks,