Hi... I'm writing a change log application, capturing modifications to data records. I'm having trouble with modifications made in a datagridview. I want to write a change log record on Datagridview.CellEndEdit(), but I don't know how to find the data table field name that the cell's value belongs to. The problem is that the datasourse of the Datagridview changes depending on the product type selected, so I don't know at design time which fields will be shown in the grid. So I have to have a way to determine the fields that the cells represent. In other words, I need to be able to essentially read the header of the column for the active cell.
Any ideas? Thanks for looking...
Chandler
Any ideas? Thanks for looking...
Chandler
Last edited: